ErrorResponse
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Oggetto Error Response per tutti i metodi.
Rappresentazione JSON |
{
"responseHeader": {
object (ResponseHeader )
},
"errorResponseCode": enum (ErrorResponseCode ),
"errorDescription": string,
"paymentIntegratorErrorIdentifier": string
} |
Campi |
errorResponseCode |
enum (ErrorResponseCode )
FACOLTATIVO: un codice che acquisisce il tipo di errore che si è verificato.
|
errorDescription |
string
FACOLTATIVO: fornisci una descrizione di questo stato affinché i rappresentanti dell'assistenza possano eseguire il debug degli errori. Tieni presente che questa informazione non viene mai mostrata agli utenti. Può contenere testo descrittivo e non sensibile utilizzato per il debug. Tieni presente che alcuni valori di errorResponseCode devono essere accompagnati da ulteriori dettagli in questo campo. Ad esempio, INVALID_IDENTIFIER deve essere accompagnato da informazioni in questo campo che indicano il tipo di identificatore non valido. Avviso: non includere in questo messaggio token a meno che non siano definiti come pubblici.
|
paymentIntegratorErrorIdentifier |
string
FACOLTATIVO: questo identificatore è specifico per l'integratore e viene generato dall'integratore. Viene utilizzato solo a scopo di debug per identificare questa chiamata. Si tratta dell'identificatore da cui l'integratore conosce questa chiamata.
|
Tutti i diritti riservati. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 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."]]],["The error response object, applicable to all methods, includes a `responseHeader` (required) for common response information. It features optional fields like `errorResponseCode` to classify the error, `errorDescription` for debugging details (not user-facing), and `paymentIntegratorErrorIdentifier` for integrator-specific call identification. `ErrorDescription` must provide specifics for certain `errorResponseCode` values, such as identifier types for `INVALID_IDENTIFIER`, avoiding the use of sensitive information.\n"]]