ข้ามไปที่เนื้อหา

Troubleshoot

Troubleshoot

ERR_USER_NOT_FOUND

ไม่พบ CustomerRef ตามที่ระบุ หรือ CustomerRef ไม่ถูกต้อง

{
  "status": "ERROR",
  "reason": "ERR_USER_NOT_FOUND",
  "message" "..." 
}

ERR_INVALID_REQUEST

ข้อมูลบางฟิลด์ไม่ครบถ้วน หรือ ไม่ผ่านกฏการตรวจสอบข้อมูล

{
  "status": "ERROR",
  "reason": "ERR_INVALID_REQUEST",
  "message" "..." 
}

ERR_LINE_API

ข้อมูลบางฟิลด์ไม่ครบถ้วน หรือ ไม่ผ่านกฏการตรวจสอบข้อมูล

{
  "status": "ERROR",
  "reason": "ERR_LINE_API",
  "message" "..." 
}