@agorio/sdk • Docs
Interface: AcpErrorBody
Structured ACP protocol error body (spec Error schema).
Properties
code
code:
string
Defined in
src/types/index.ts:328
message
message:
string
Defined in
src/types/index.ts:329
param?
optionalparam:string
RFC 9535 JSONPath of the offending field, if applicable.
Defined in
src/types/index.ts:331
type
type:
string&object|"invalid_request"|"processing_error"|"service_unavailable"
Defined in
src/types/index.ts:327