procxy / Response
Interface: Response
Defined in: src/shared/protocol.ts:127
Method invocation response sent from child to parent. Either contains return value (RESULT) or error information (ERROR).
Properties
| Property | Type | Defined in |
|---|---|---|
error? | ErrorInfo | src/shared/protocol.ts:131 |
id | string | src/shared/protocol.ts:128 |
type | "RESULT" | "ERROR" | src/shared/protocol.ts:129 |
value? | Jsonifiable | src/shared/protocol.ts:130 |