Documentation / @agentick/shared / SerializedAgentickError
Interface: SerializedAgentickError ​
Defined in: errors.ts:87
Serialized error format for transport
Properties ​
cause? ​
optionalcause:SerializedAgentickError| {message:string;name?:string; }
Defined in: errors.ts:92
code ​
code:
AgentickErrorCode
Defined in: errors.ts:89
details? ​
optionaldetails: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? ​
optionalstack:string
Defined in: errors.ts:93