Skip to content

Commit

Permalink
Storage Error Codes for Copies (Azure#28359)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft committed Apr 30, 2024
1 parent 08d1b5a commit 8b14ba4
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4489,6 +4489,15 @@
"x-ms-error-code": {
"x-ms-client-name": "ErrorCode",
"type": "string"
},
"x-ms-copy-source-error-code": {
"x-ms-client-name": "CopySourceErrorCode",
"type": "string"
},
"x-ms-copy-source-status-code": {
"x-ms-client-name": "CopySourceStatusCode",
"type": "integer",
"format": "int64"
}
},
"schema": {
Expand Down Expand Up @@ -6110,6 +6119,15 @@
"x-ms-error-code": {
"x-ms-client-name": "ErrorCode",
"type": "string"
},
"x-ms-copy-source-error-code": {
"x-ms-client-name": "CopySourceErrorCode",
"type": "string"
},
"x-ms-copy-source-status-code": {
"x-ms-client-name": "CopySourceStatusCode",
"type": "integer",
"format": "int64"
}
},
"schema": {
Expand Down Expand Up @@ -6286,6 +6304,15 @@
"x-ms-error-code": {
"x-ms-client-name": "ErrorCode",
"type": "string"
},
"x-ms-copy-source-error-code": {
"x-ms-client-name": "CopySourceErrorCode",
"type": "string"
},
"x-ms-copy-source-status-code": {
"x-ms-client-name": "CopySourceStatusCode",
"type": "integer",
"format": "int64"
}
},
"schema": {
Expand Down Expand Up @@ -6900,6 +6927,15 @@
"x-ms-error-code": {
"x-ms-client-name": "ErrorCode",
"type": "string"
},
"x-ms-copy-source-error-code": {
"x-ms-client-name": "CopySourceErrorCode",
"type": "string"
},
"x-ms-copy-source-status-code": {
"x-ms-client-name": "CopySourceStatusCode",
"type": "integer",
"format": "int64"
}
},
"schema": {
Expand Down Expand Up @@ -7731,6 +7767,15 @@
"x-ms-error-code": {
"x-ms-client-name": "ErrorCode",
"type": "string"
},
"x-ms-copy-source-error-code": {
"x-ms-client-name": "CopySourceErrorCode",
"type": "string"
},
"x-ms-copy-source-status-code": {
"x-ms-client-name": "CopySourceStatusCode",
"type": "integer",
"format": "int64"
}
},
"schema": {
Expand Down Expand Up @@ -8731,6 +8776,15 @@
"x-ms-error-code": {
"x-ms-client-name": "ErrorCode",
"type": "string"
},
"x-ms-copy-source-error-code": {
"x-ms-client-name": "CopySourceErrorCode",
"type": "string"
},
"x-ms-copy-source-status-code": {
"x-ms-client-name": "CopySourceStatusCode",
"type": "integer",
"format": "int64"
}
},
"schema": {
Expand Down Expand Up @@ -9675,6 +9729,16 @@
"properties": {
"Message": {
"type": "string"
},
"CopySourceStatusCode": {
"type": "integer",
"format": "int64"
},
"CopySourceErrorCode": {
"type": "string"
},
"CopySourceErrorMessage": {
"type": "string"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4931,6 +4931,15 @@
"x-ms-error-code": {
"x-ms-client-name": "ErrorCode",
"type": "string"
},
"x-ms-copy-source-error-code": {
"x-ms-client-name": "CopySourceErrorCode",
"type": "string"
},
"x-ms-copy-source-status-code": {
"x-ms-client-name": "CopySourceStatusCode",
"type": "integer",
"format": "int64"
}
},
"schema": {
Expand Down Expand Up @@ -5193,6 +5202,15 @@
"x-ms-error-code": {
"x-ms-client-name": "ErrorCode",
"type": "string"
},
"x-ms-copy-source-error-code": {
"x-ms-client-name": "CopySourceErrorCode",
"type": "string"
},
"x-ms-copy-source-status-code": {
"x-ms-client-name": "CopySourceStatusCode",
"type": "integer",
"format": "int64"
}
},
"schema": {
Expand Down Expand Up @@ -6321,6 +6339,16 @@
"Message": {
"type": "string"
},
"CopySourceStatusCode": {
"type": "integer",
"format": "int64"
},
"CopySourceErrorCode": {
"type": "string"
},
"CopySourceErrorMessage": {
"type": "string"
},
"AuthenticationErrorDetail": {
"type": "string"
}
Expand Down

0 comments on commit 8b14ba4

Please sign in to comment.