Skip to content

Commit

Permalink
[IoTCentral] Change error definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Teng Lu committed Mar 2, 2020
1 parent 6da3ab0 commit ea1dcaa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -629,11 +629,11 @@
"error": {
"description": "Error response body.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/CloudErrorResponseBody"
"$ref": "#/definitions/CloudErrorBody"
}
}
},
"CloudErrorResponseBody": {
"CloudErrorBody": {
"description": "Details of error response.",
"type": "object",
"properties": {
Expand All @@ -656,7 +656,7 @@
"type": "array",
"description": "A list of additional details about the error.",
"items": {
"$ref": "#/definitions/CloudErrorResponseBody"
"$ref": "#/definitions/CloudErrorBody"
}
}
}
Expand Down

0 comments on commit ea1dcaa

Please sign in to comment.