Skip to content

Commit

Permalink
Add descriptions for errors (#11789)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyuan committed Feb 18, 2021
1 parent c740df7 commit 58b10d5
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,12 @@
"schema": {
"$ref": "#/definitions/ResourceSkusResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/Error"
}
}
},
"x-ms-pageable": {
Expand Down Expand Up @@ -550,6 +556,12 @@
"schema": {
"$ref": "#/definitions/OperationEntityListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/Error"
}
}
},
"deprecated": false,
Expand Down Expand Up @@ -597,6 +609,12 @@
"schema": {
"$ref": "#/definitions/CheckSkuAvailabilityResultList"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/Error"
}
}
}
}
Expand Down Expand Up @@ -637,6 +655,12 @@
"schema": {
"$ref": "#/definitions/CheckDomainAvailabilityResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/Error"
}
}
}
}
Expand Down Expand Up @@ -718,6 +742,12 @@
"schema": {
"$ref": "#/definitions/PrivateEndpointConnection"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/Error"
}
}
}
},
Expand Down Expand Up @@ -764,6 +794,12 @@
"schema": {
"$ref": "#/definitions/PrivateEndpointConnection"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/Error"
}
}
}
},
Expand Down Expand Up @@ -801,6 +837,12 @@
},
"204": {
"description": "No Content -- The private endpoint connection does not exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/Error"
}
}
}
}
Expand Down Expand Up @@ -837,6 +879,12 @@
"schema": {
"$ref": "#/definitions/PrivateLinkResourceListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/Error"
}
}
}
}
Expand Down

0 comments on commit 58b10d5

Please sign in to comment.