logo
  • 教程列表
  • SO官方文檔
  • Api 最佳實踐
    • 200 - 成功響應
    • 400 - 錯誤請求錯誤響應
    • 401 - 未經授權的錯誤響應
  1. StackOverflow 文件
  2. api 教程
  3. Api 最佳實踐
  4. 400 - 錯誤請求錯誤響應

400 - 錯誤請求錯誤響應

Created: November-22, 2018

{
    "status": 400,
    "message": "Bad Request",
    "errors": [
        {
            "code": "E100",
            "message": "Missing First Name",
            "field": "first_name",
        },
        {
            "code": "E101",
            "message": "Invalid Email Address",
            "field": "email",
        }
    ]
}
  • 401 - 未經授權的錯誤響應
  • 200 - 成功響應

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明