Skip to content

Documentation / @agentick/core / SerializedError

Interface: SerializedError ​

Defined in: core/src/app/types.ts:1195

Serialized error for JSON transport/storage.

Properties ​

cause? ​

optional cause: SerializedError

Defined in: core/src/app/types.ts:1199


message ​

message: string

Defined in: core/src/app/types.ts:1197


name ​

name: string

Defined in: core/src/app/types.ts:1196


stack? ​

optional stack: string

Defined in: core/src/app/types.ts:1198

Released under the ISC License.