Skip to content

Documentation / @agentick/core / SerializedError

Interface: SerializedError

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

Serialized error for JSON transport/storage.

Properties

cause?

optional cause: SerializedError

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


message

message: string

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


name

name: string

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


stack?

optional stack: string

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

Released under the ISC License.