Skip to content

Documentation / @agentick/shared / ProtocolError

Interface: ProtocolError ​

Defined in: protocol.ts:361

Protocol error structure.

Properties ​

code ​

code: string

Defined in: protocol.ts:362


details? ​

optional details: Record<string, unknown>

Defined in: protocol.ts:364


message ​

message: string

Defined in: protocol.ts:363

Released under the ISC License.