Documentation / @agentick/shared / ProtocolError
Interface: ProtocolError ​
Defined in: protocol.ts:361
Protocol error structure.
Properties ​
code ​
code:
string
Defined in: protocol.ts:362
details? ​
optionaldetails:Record<string,unknown>
Defined in: protocol.ts:364
message ​
message:
string
Defined in: protocol.ts:363