CompleteRedirectErrorResponse
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["\u003cp\u003eThis documentation outlines the JSON representation of errors encountered during top-up redirects.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON response includes an error description for debugging and an error response code indicating the type of error.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eerrorDescription\u003c/code\u003e field is optional and provides details for support, while the \u003ccode\u003eerrorResponseCode\u003c/code\u003e field is required and specifies the error type.\u003c/p\u003e\n"]]],["The JSON structure represents errors during a top-up redirect. It includes two fields: `errorDescription` (optional string) for internal debugging, detailing the error without user-sensitive information, and `errorResponseCode` (required enum) which specifies the error type. The `errorResponseCode` needs to be provided from the available options, while `errorDescription` is for support reps and is never exposed to users.\n"],null,["# CompleteRedirectErrorResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails about the error that occurred during the top-up redirect.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"errorDescription\": string, \"errorResponseCode\": enum (/pay/korea-e-wallets-v1/google-korea-e-wallets-api/RedirectErrorResponseCode) } ``` |\n\n| Fields ||\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n| `errorResponseCode` | `enum (`[RedirectErrorResponseCode](/pay/korea-e-wallets-v1/google-korea-e-wallets-api/RedirectErrorResponseCode)`)` **REQUIRED**: A code that captures the type of error that occurred. |"]]