Skip to content

数据模型: ErrorResponse

ErrorResponse

字段类型必选描述
errorobject
error.messagestring错误信息
error.typestring错误类型
error.paramstring (nullable)相关参数
error.codestring (nullable)错误代码

数据模型示例

json
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

Released under the MIT License.