|
| 1 | +--- |
| 2 | +title: AzCopy V10 error code reference |
| 3 | +description: A list of error codes that can be returned by the Azure Blob Storage API when working with AzCopy |
| 4 | +author: normesta |
| 5 | +ms.service: azure-storage |
| 6 | +ms.topic: reference |
| 7 | +ms.date: 04/17/2024 |
| 8 | +ms.author: normesta |
| 9 | +ms.subservice: storage-common-concepts |
| 10 | +--- |
| 11 | + |
| 12 | +# Error codes: AzCopy V10 |
| 13 | + |
| 14 | +The following errors can be returned by the Azure Blob Storage API when working with AzCopy. For a list of all common REST API error codes, see [Common REST API error codes](/rest/api/storageservices/common-rest-api-error-codes). For a list of Azure Blob Service error codes, see [Azure Blob Storage error codes](/rest/api/storageservices/blob-service-error-codes). |
| 15 | + |
| 16 | +| HTTP status code | Error code | Message | |
| 17 | +| ---------- | ------- | ----- | |
| 18 | +| Bad Request (400) | InvalidOperation | Invalid operation against a blob snapshot. Snapshots are read-only. You can't modify them. If you want to modify a blob, you must use the base blob, not a snapshot.| |
| 19 | +| Bad Request (400) | MissingRequiredQueryParameter | A required query parameter was not specified for this request. | |
| 20 | +| Bad Request (400) | InvalidHeaderValue | The value provided for one of the HTTP headers was not in the correct format. | |
| 21 | +| Unauthorized (401) | InvalidAuthenticationInfo | Server failed to authenticate the request. Please refer to the information in the www-authenticate header. | |
| 22 | +| Unauthorized (401) | NoAuthenticationInformation | Server failed to authenticate the request. Please refer to the information in the www-authenticate header. | |
| 23 | +| Forbidden (403) | AuthenticationFailed | Server failed to authenticate the request. Make sure the value of the Authorization header is formed correctly including the signature.| |
| 24 | +| Forbidden (403) | AccountIsDisabled | The specified account is disabled. Your Azure subscription can get disabled because your credit has expired or if you reached your spending limit. It can also get disabled if you have an overdue bill, hit your credit card limit, or because the Account Administrator canceled the subscription. | |
| 25 | +| Not Found (404) | ResourceNotFound | The specified resource doesn't exist. | |
| 26 | +| Conflict (409) | ResourceTypeMismatch | The specified resource type doesn't match the type of the existing resource. | |
| 27 | +| Internal Server Error (500) | CannotVerifyCopySource | This error is returned when you try to copy a blob from a source that is not accessible. More information and possible workarounds can be found [here](/troubleshoot/azure/azure-storage/blobs/connectivity/copy-blobs-between-storage-accounts-network-restriction#copy-blobs-between-storage-accounts-in-a-hub-spoke-architecture-using-private-endpoints). | |
| 28 | +| Service Unavailable (503) | ServerBusy | Error messages:<li>The server is currently unable to receive requests. Please retry your request.<li>Ingress is over the account limit.<li>Egress is over the account limit.<li>Operations per second is over the account limit.<li>You can use the Storage insights to monitor the account limits. See [Monitoring your storage service with Azure Monitor Storage insights](storage-insights-overview.md). | |
0 commit comments