ErrorResponse
Stay organized with collections
Save and categorize content based on your preferences.
Error Response object for all methods.
JSON representation |
{
"responseHeader": {
object (ResponseHeader )
},
"errorResponseCode": enum (ErrorResponseCode ),
"errorDescription": string,
"paymentIntegratorErrorIdentifier": string
} |
Fields |
errorResponseCode |
enum (ErrorResponseCode )
OPTIONAL: A code that captures the type of error that occurred.
|
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. For example, INVALID_IDENTIFIER should be accompanied by information in this field as to which type of identifier was invalid. Warning: Do not include any tokens in this message unless they are defined as public.
|
paymentIntegratorErrorIdentifier |
string
OPTIONAL: This identifier is specific to the integrator and is generated by the integrator. It is used for debugging purposes only in order to identify this call. This is the identifier that the integrator knows this call by.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 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 2024-09-03 UTC."],[[["The Error Response object provides a structured way to handle errors across all methods within the system."],["It includes a common response header, an error code for categorization, a description for debugging, and an optional integrator-specific identifier."],["The error description field is intended for internal use and should not contain sensitive information."],["Integrators can use the `paymentIntegratorErrorIdentifier` field for debugging purposes to track specific calls."]]],[]]