Type guard for RPCTimeoutError.
Uses .name check (not instanceof) so it works on deserialized errors received over the wire.
.name
instanceof
Type guard for RPCTimeoutError.
Uses
.namecheck (notinstanceof) so it works on deserialized errors received over the wire.