GeneratePaymentTokenRedirectErrorResponse
Stay organized with collections
Save and categorize content based on your preferences.
Details about the error that occurred during the redirect payment.
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.
|
errorResponseResult |
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\u003eThe JSON representation provides details about errors during redirect payments, including a description and a response code.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eerrorDescription\u003c/code\u003e is an optional field for support debugging, containing non-sensitive text and requiring caution with token inclusion.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eerrorResponseResult\u003c/code\u003e is a required field, using an enum to indicate the specific type of error encountered.\u003c/p\u003e\n"]]],["The provided JSON data represents error details for a redirect payment. It includes two key fields: `errorDescription`, an optional string for internal debugging, detailing the error without user-sensitive information, and `errorResponseResult`, a required enumeration indicating the specific error type. The `errorResponseResult` uses values defined in `RedirectErrorResponseCode`, while the `errorDescription` field should not have token information.\n"],null,["# GeneratePaymentTokenRedirectErrorResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails about the error that occurred during the redirect payment.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"errorDescription\": string, \"errorResponseResult\": enum (/pay/redirect-payment-token-v1/google-redirect-payment-token-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| `errorResponseResult` | `enum (`[RedirectErrorResponseCode](/pay/redirect-payment-token-v1/google-redirect-payment-token-api/RedirectErrorResponseCode)`)` **REQUIRED**: A code that captures the type of error that occurred. |"]]