Error Object
สำหรับข้อขัดข้องบางประเภทโอมิเซะจะตอบกลับด้วย error
object ที่มีรหัสสถานะ HTTP อยู่ในกลุ่ม 4xx
โดย object นี้จะแสดงรหัสข้อขัดข้องพร้อมคำอธิบาย รวมถึงยังมีลิงก์แนบซึ่งจะส่งต่อไปยังคำอธิบายข้อขัดข้องแบบละเอียด สามารถอ่านรายละเอียดเพิ่มเติมได้ที่รูปแบบข้อขัดข้อง
Attributes
Name | Type | Description |
---|---|---|
object | string | The string |
location | string | Documentation URI for error. |
code | string | Error code. |
message | string | Explanation for the error. |
Example
-
JSON Response
{ "object": "error", "location": "https://www.omise.co/api-errors#authentication-failure", "code": "authentication_failure", "message": "authentication failed" }