CompleteRedirectErrorResponse
Details about the error that occurred during the top-up redirect.
Fields |
errorDescription |
string
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 |
enum (RedirectErrorResponseCode )
REQUIRED: A code that captures the type of error that occurred.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["The JSON response provides details about errors during the top-up redirect process, including a description and a response code."],["`errorDescription` is an optional field for support debugging and should not contain sensitive information."],["`errorResponseCode` is a required field indicating the type of error that occurred using the RedirectErrorResponseCode enum."]]],["The JSON structure describes an error during a top-up redirect. It includes two fields: `errorDescription` (optional string) for debugging details not shown to users and `errorResponseCode` (required enum) to classify the error type. The `errorDescription` field should offer details for support debugging without sensitive tokens, while `errorResponseCode` defines the nature of the error. This schema is for reporting redirect top-up errors.\n"]]