Diagram
|
|
Type
|
object |
Properties
|
Name |
Occurrence |
status message
|
optional optional
|
|
Used by
|
|
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
|
|
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
|
|
Type
|
string |
Used by
|
Schema |
ErrorResponse |
ErrorResponse/properties/message |
|
Source
|
"message": {
"type": "string",
"description": "A message detailing the error"
}
|
|