ErrorResponse
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ออบเจ็กต์การตอบกลับข้อผิดพลาดสำหรับเมธอดทั้งหมด
| การแสดง JSON |
{
"responseHeader": {
object (ResponseHeader)
},
"errorResponseCode": enum (ErrorResponseCode),
"errorDescription": string,
"paymentIntegratorErrorIdentifier": string
} |
| ช่อง |
errorResponseCode |
enum (ErrorResponseCode)
ไม่บังคับ: รหัสที่บันทึกประเภทข้อผิดพลาดที่เกิดขึ้น
|
errorDescription |
string
ไม่บังคับ: ระบุรายละเอียดของสถานะนี้เพื่อให้ตัวแทนฝ่ายสนับสนุนแก้ไขข้อบกพร่อง โปรดทราบว่าระบบจะไม่แสดงข้อมูลนี้ให้ผู้ใช้เห็น อาจมีข้อความอธิบายที่ไม่ใช่ข้อความที่ละเอียดอ่อนซึ่งใช้ในการแก้ไขข้อบกพร่อง โปรดทราบว่าค่าบางค่าสำหรับ errorResponseCode ควรมีรายละเอียดเพิ่มเติมในช่องนี้ ตัวอย่างเช่น INVALID_IDENTIFIER ควรมีข้อมูลในฟิลด์นี้ประกอบกับประเภทของตัวระบุที่ไม่ถูกต้อง คำเตือน: อย่าใส่โทเค็นใดๆ ในข้อความนี้ เว้นแต่มีการกำหนดเป็นโทเค็นสาธารณะ
|
paymentIntegratorErrorIdentifier |
string
ไม่บังคับ: ตัวระบุนี้ใช้เฉพาะกับผู้ผสานการทำงานและสร้างขึ้นโดยผู้ผสานรวมระบบ โดยจะใช้สำหรับการแก้ไขข้อบกพร่องเพื่อระบุการโทรนี้เท่านั้น ซึ่งเป็นตัวระบุที่ผู้ผสานรวมระบบรู้จักการเรียกใช้นี้
|
สงวนลิขสิทธิ์ 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"],[],["The document outlines the structure of an Error Response object, applicable to all methods. It includes four key fields: `responseHeader` (a required object common to all responses), `errorResponseCode` (an optional enum indicating the error type), `errorDescription` (an optional string for debugging, providing error details), and `paymentIntegratorErrorIdentifier` (an optional string for integrator-specific debugging and call identification). The `errorDescription` should not include sensitive tokens and additional information is required for certain codes.\n"]]