Retrieval errors
- Last UpdatedMar 19, 2025
- 1 minute read
The OData error codes listed in the following table may be returned by an operation on any of the storage services.
|
Error code |
HTTP status code |
User message |
|---|---|---|
|
ConditionNotMet |
Not Modified (304) |
The condition specified in the conditional header(s) was not met for a read operation. |
|
MissingRequiredQueryParameter |
Bad Request (400) |
A required query parameter was not specified for this request. |
|
UnsupportedQueryParameter |
Bad Request (400) |
One of the query parameters specified in the request URI is not supported. |
|
InvalidQueryParameterValue |
Bad Request (400) |
An invalid value was specified for one of the query parameters in the request URI. |
|
OutOfRangeQueryParameterValue |
Bad Request (400) |
A query parameter specified in the request URI is outside the permissible range. |
|
RequestUrlFailedToParse |
Bad Request (400) |
The url in the request could not be parsed. |
|
InvalidUri |
Bad Request (400) |
The requested URI does not represent any resource on the server. |
|
InvalidHttpVerb |
Bad Request (400) |
The HTTP verb specified was not recognized by the server. |
|
OutOfRangeInput |
Bad Request (400) |
One of the request inputs is out of range. |
|
InvalidAuthenticationInfo |
Bad Request (400) |
The authentication information was not provided in the correct format. Verify the value of Authorizationheader. |
|
InvalidInput |
Bad Request (400) |
One of the request inputs is not valid. |
|
Unauthorized |
Unauthorized (401) |
Unauthorized: Access is denied due to invalid credentials. |
|
ResourceNotFound |
Not Found (404) |
The specified resource does not exist. |
|
InternalError |
Internal Server Error (500) |
The server encountered an internal error. Please retry the request. |
|
OperationTimedOut |
Internal Server Error (500) |
The operation could not be completed within the permitted time. |
|
ServerBusy |
Service Unavailable (503) |
The server is currently unable to receive requests. Please retry your request. |