Skip to content

procxy / ErrorInfo

Interface: ErrorInfo

Defined in: src/shared/protocol.ts:138

Error information serialized in Response messages. Preserves error message, stack trace, name, and optional code.

Properties

PropertyTypeDefined in
code?stringsrc/shared/protocol.ts:142
messagestringsrc/shared/protocol.ts:139
namestringsrc/shared/protocol.ts:141
stack?stringsrc/shared/protocol.ts:140

Released under the MIT License.