Diagram
properties_ErrorResponse.html#/properties/ErrorResponse/properties/status properties_ErrorResponse.html#/properties/ErrorResponse/properties/message diagram
Type object
Properties
Name Occurrence
status
message
optional
optional
Used by
Schema
ErrorResponse
Source

 "ErrorResponse": {
  "type": "object",
  "properties": {
    "status": {
      "type": "integer",
      "description": "HTTP Status Code"
    },
    "message": {
      "type": "string",
      "description": "A message detailing the error"
    }
  }
}

Annotations
Description  HTTP Status Code
Diagram
diagram
Type number
Used by
Schema
ErrorResponse
ErrorResponse/properties/status
Source

 "status": {
  "type": "integer",
  "description": "HTTP Status Code"
}

Annotations
Description  A message detailing the error
Diagram
diagram
Type string
Used by
Schema
ErrorResponse
ErrorResponse/properties/message
Source

 "message": {
  "type": "string",
  "description": "A message detailing the error"
}