Azure SQL Database Error Codes
-
200
Indicates that the operation was successful.
-
400
The request was malformed or invalid. Check your syntax.
-
401
Authentication failed. Ensure your credentials are correct and have the necessary permissions.
-
403
You do not have permission to perform this action. Contact your administrator.
-
404
The requested resource could not be found. Verify the resource identifier.
-
409
The request could not be completed due to a conflict with the current state of the resource. For example, a resource with the same name already exists.
-
429
You have exceeded the allowed rate of requests. Implement retry logic with exponential backoff.
-
500
An unexpected error occurred on the server. Please try again later. If the problem persists, contact Azure support.
-
400100
The requested operation is not allowed for the current database state.
-
400101
One or more parameters in the request are invalid.
-
400102
The specified resource name is invalid or violates naming conventions.
-
400202
The filter clause in the request is invalid.
-
401001
The provided authentication credentials are invalid.
-
403001
The authenticated user does not have sufficient permissions.
-
404001
The specified Azure SQL Database resource does not exist.
-
404002
The specified database within the server could not be found.
-
409001
A resource with the same name already exists.
-
409002
A database with the specified name already exists on the server.
-
429001
Request rate exceeded for the given resource. Implement exponential backoff.
-
500001
An unexpected error occurred on the Azure SQL Database service.
-
500002
The Azure SQL Database service is temporarily unavailable.