Skip to content

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

PropertyTypeDefined in
error?ErrorInfosrc/shared/protocol.ts:131
idstringsrc/shared/protocol.ts:128
type"RESULT" | "ERROR"src/shared/protocol.ts:129
value?Jsonifiablesrc/shared/protocol.ts:130

Released under the MIT License.