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
| Property | Type | Defined in |
|---|---|---|
code? | string | src/shared/protocol.ts:142 |
message | string | src/shared/protocol.ts:139 |
name | string | src/shared/protocol.ts:141 |
stack? | string | src/shared/protocol.ts:140 |