Page Summary
-
This documentation outlines the JSON representation of errors encountered during top-up redirects.
-
The JSON response includes an error description for debugging and an error response code indicating the type of error.
-
The
errorDescriptionfield is optional and provides details for support, while theerrorResponseCodefield is required and specifies the error type.
Details about the error that occurred during the top-up redirect.
| JSON representation |
|---|
{
"errorDescription": string,
"errorResponseCode": enum ( |
| Fields | |
|---|---|
errorDescription |
OPTIONAL: Provide a description of this status for support reps to debug errors. Note that this is never shown to users. It can contain descriptive, non-sensitive text used for debugging. Note that some values for errorResponseCode should be accompanied by additional detail in this field. Warning: Do not include any tokens in this message unless they are defined as public. |
errorResponseCode |
REQUIRED: A code that captures the type of error that occurred. |