Skip to content

Commit

Permalink
x-ms-client-name to DataLakeStorageError's inner error (#9506)
Browse files Browse the repository at this point in the history
  • Loading branch information
amnguye authored May 19, 2020
1 parent 5f6f6e4 commit 460eedb
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9312,15 +9312,16 @@
"type": "object",
"properties": {
"error": {
"x-ms-client-name": "DataLakeStorageErrorDetails",
"description": "The service error response object.",
"properties": {
"Code": {
"Code": {
"description": "The service error code.",
"type": "string"
},
"Message": {
"type": "string"
},
"Message": {
"description": "The service error message.",
"type": "string"
"type": "string"
}
}
}
Expand Down

0 comments on commit 460eedb

Please sign in to comment.