AI-generated Key Takeaways
-
This documentation outlines the JSON response structure returned by the DPA (Digital Platform Agent) when an error occurs.
-
The response includes an
errorMessage
field with a human-readable error description and acause
field with an enumerated error cause code. -
Developers can refer to the ErrorCause documentation for understanding the error codes and resolving issues.
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. |