Skip to Content
Management APIResponses and errors
View Markdown source

Handle responses and errors

Successful responses use the dashboard envelope:

{"msg":"ok","data":{}}

Error responses provide these stable fields:

FieldUse
codeBranch application logic on the machine-readable error code
msgDisplay the human-readable summary
detailsRead structured recovery context such as required scopes
trace_idCorrelate the request during escalation

Provide the trace_id and a redacted response to your RPC Gateway administrator or existing support contact. Keep the PAT and other secrets in protected storage.

Last updated on