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

  • 关于我们
  • 免责声明