Skip to content

Commit

Permalink
Remove unused error response
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomi7732 committed Nov 10, 2020
1 parent 26ea7f5 commit 614c135
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,20 +118,6 @@
}
},
"definitions": {
"ErrorResponse": {
"description": "Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message.",
"type": "object",
"properties": {
"code": {
"description": "Error code.",
"type": "string"
},
"message": {
"description": "Error message indicating why the operation failed.",
"type": "string"
}
}
},
"DiagnosticServicesTokenResponse": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 614c135

Please sign in to comment.