Page Summary
-
This documentation details the JSON response structure returned by the DPA (Digital Platform Agent) when an error occurs.
-
The response includes an
errorMessagefield with a human-readable error description and acausefield with an enumerated error cause value. -
Developers can refer to the
ErrorCauseenum documentation for further understanding of the error codes.
Response from the DPA in case of an error.
| JSON representation | |
|---|---|
{
"errorMessage": string,
"cause": enum ( |
|
| Fields | |
|---|---|
errorMessage |
A human readable string describing the error that occurred. |
cause |
An enum capturing the cause of the error. |