ExceptionErrorCodes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the error codes of the exceptions.
public enum ExceptionErrorCodes
type ExceptionErrorCodes =
Public Enum ExceptionErrorCodes
- Inheritance
-
ExceptionErrorCodes
Fields
Name | Value | Description |
---|---|---|
BadRequest | 40000 | Specifies that bad request error ocured |
UnauthorizedGeneric | 40100 | Specifies that request was not authorized |
NoTransportSecurity | 40101 | Specifies that error occured because no transport layer security used |
MissingToken | 40102 | Specifies that authorization token is missing |
InvalidSignature | 40103 | Specifies that signature could not be verified |
InvalidAudience | 40104 | Specifies that audience requested is invalid |
MalformedToken | 40105 | Specifies that authorization token is malformed |
ExpiredToken | 40106 | Specifies that authorization token is expired |
AudienceNotFound | 40107 | Specifies that audience requested does not exist |
ExpiresOnNotFound | 40108 | Specifies that expiration is not set for authorization token |
IssuerNotFound | 40109 | Specifies that issuer used was not found |
SignatureNotFound | 40110 | Specifies that signature was not found |
ForbiddenGeneric | 40300 | Specifies that request forbidden error ocured |
EndpointNotFound | 40400 | Specifies that endpoint was not found |
InvalidDestination | 40401 | Specifies that destination is invalid |
NamespaceNotFound | 40402 | Specifies that namespace was not found |
ResourceNotFound | 40403 | Specifies that resource was not found |
StoreLockLost | 40500 | Specifies that store lock was lost |
SqlFiltersExceeded | 40501 | Specifies that SQL filters exceeded its allowable maximum number |
CorrelationFiltersExceeded | 40502 | Specifies that correlation filters exceeded its allowable maximum number |
SubscriptionsExceeded | 40503 | Specifies that subscriptions exceeded its allowable maximum number |
UpdateConflict | 40504 | Specifies that conflict during updating occurred |
EventHubAtFullCapacity | 40505 | Specifies that event hub has reached its full capacity |
ConflictGeneric | 40900 | Specifies that conflict occured |
ConflictOperationInProgress | 40901 | Specifies that another operation is in progress |
EntityGone | 41000 | Specifies that entity was not found |
Throttled | 42900 | Specifies that request has been throttled |
UnspecifiedInternalError | 50000 | Specifies that unknown internal error ocured |
DataCommunicationError | 50001 | Specifies that data communication error ocured |
InternalFailure | 50002 | Specifies that internal failure occured |
ProviderUnreachable | 50003 | Specifies that provider is unreachable |
ServerBusy | 50004 | Specifies that server is busy |
BadGatewayFailure | 50200 | Specifies that bad gateway error occured |
GatewayTimeoutFailure | 50400 | Specifies that gateway timeout error ocured |
UnknownExceptionDetail | 60000 | Specifies that unknown error ocured |
Applies to
Azure SDK for .NET