Handle responses and errors
Successful responses use the dashboard envelope:
{"msg":"ok","data":{}}Error responses provide these stable fields:
| Field | Use |
|---|---|
code | Branch application logic on the machine-readable error code |
msg | Display the human-readable summary |
details | Read structured recovery context such as required scopes |
trace_id | Correlate 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