Skip to content

Documentation / @agentick/shared / SerializedAgentickError

Interface: SerializedAgentickError ​

Defined in: errors.ts:87

Serialized error format for transport

Properties ​

cause? ​

optional cause: SerializedAgentickError | { message: string; name?: string; }

Defined in: errors.ts:92


code ​

code: AgentickErrorCode

Defined in: errors.ts:89


details? ​

optional details: Record<string, unknown>

Defined in: errors.ts:91


message ​

message: string

Defined in: errors.ts:90


name ​

name: string

Defined in: errors.ts:88


stack? ​

optional stack: string

Defined in: errors.ts:93

Released under the ISC License.