ErrorResponse
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
すべてのメソッドのエラー レスポンス オブジェクト。
JSON 表現 |
{
"responseHeader": {
object (ResponseHeader )
},
"errorResponseCode": enum (ErrorResponseCode ),
"errorDescription": string,
"paymentIntegratorErrorIdentifier": string
} |
フィールド |
errorResponseCode |
enum (ErrorResponseCode )
省略可: 発生したエラーの種類をキャプチャするコード。
|
errorDescription |
string
省略可: サポート担当者がエラーをデバッグする際にこのステータスの説明を入力します。ユーザーに表示されることはありません。デバッグに役立ち、機密情報を含まないテキストを含めることができます。errorResponseCode の一部の値は、このフィールドに追加の詳細を記述する必要があることに注意してください。たとえば、INVALID_IDENTIFIER には、無効な識別子のタイプを示すこのフィールドの情報が必要です。警告: 公開として定義されていないトークンは、このメッセージに含めないでください。
|
paymentIntegratorErrorIdentifier |
string
省略可: この識別子はインテグレータに固有で、インテグレータによって生成されます。この呼び出しを特定するためだけに、デバッグ目的で使用されます。これは、インテグレータがこの呼び出しを認識するための識別子です。
|
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThe Error Response object provides a structured way to handle errors across all methods within the system.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a common response header, an error code for categorization, a description for debugging, and an optional integrator-specific identifier.\u003c/p\u003e\n"],["\u003cp\u003eThe error description field is intended for internal use and should not contain sensitive information.\u003c/p\u003e\n"],["\u003cp\u003eIntegrators can use the \u003ccode\u003epaymentIntegratorErrorIdentifier\u003c/code\u003e field for debugging purposes to track specific calls.\u003c/p\u003e\n"]]],["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"],null,[]]