Skip to content

Commit

Permalink
Fix ErrorResponse data model
Browse files Browse the repository at this point in the history
  • Loading branch information
Praneeth Sanapathi committed May 7, 2020
1 parent 5e95a31 commit 436daeb
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3327,6 +3327,16 @@
"ErrorResponse": {
"description": "The error response that indicates why an operation has failed.",
"type": "object",
"properties": {
"error": {
"$ref": "#/definitions/ErrorDetail",
"description": "The error detail that describes why an operation has failed."
}
}
},
"ErrorDetail": {
"description": "The error detail that describes why an operation has failed.",
"type": "object",
"properties": {
"code": {
"description": "The error code.",
Expand Down

0 comments on commit 436daeb

Please sign in to comment.