RpcResultPayload
Defined in: packages/client/src/worker/protocol.ts:376
worker → tab: an RPC outcome, mirroring today’s in-process resolve/reject semantics.
Properties
Section titled “Properties”error?
Section titled “error?”
optionalerror?:BridgeErrorWire
Defined in: packages/client/src/worker/protocol.ts:381
The rejection message + optional structured detail (present when !ok).
ok:
boolean
Defined in: packages/client/src/worker/protocol.ts:377
value?
Section titled “value?”
optionalvalue?:unknown
Defined in: packages/client/src/worker/protocol.ts:379
The resolved value (present when ok).