Share via


ExceptionErrorCodes Enum

Definition

Specifies the error codes of the exceptions.

public enum ExceptionErrorCodes
type ExceptionErrorCodes = 
Public Enum ExceptionErrorCodes
Inheritance
ExceptionErrorCodes

Fields

BadRequest 40000

A parse error encountered while processing a request.

UnauthorizedGeneric 40100

A generic unauthorized error.

NoTransportSecurity 40101

The service bus has no transport security.

MissingToken 40102

The token is missing.

InvalidSignature 40103

The signature is invalid.

InvalidAudience 40104

The audience is invalid.

MalformedToken 40105

A malformed token.

ExpiredToken 40106

The token had expired.

AudienceNotFound 40107

The audience is not found.

ExpiresOnNotFound 40108

The expiry date not found.

IssuerNotFound 40109

The issuer cannot be found.

SignatureNotFound 40110

The signature cannot be found.

IpRejected 40111

The incoming ip has been rejected by policy.

IpNotInAcledSubNet 40112

The incoming ip is not in acled subnet.

ForbiddenGeneric 40300

A generic forbidden error.

ForbiddenInvalidOperation 40301

Operation is not allowed.

EndpointNotFound 40400

The endpoint is not found.

InvalidDestination 40401

The destination is invalid.

NamespaceNotFound 40402

The namespace is not found.

DataNotFound 40403

The data store return not found.

StoreLockLost 40500

The store lock is lost.

SqlFiltersExceeded 40501

The SQL filters exceeded its allowable maximum number.

CorrelationFiltersExceeded 40502

The correlation filters exceeded its allowable maximum number.

SubscriptionsExceeded 40503

The subscriptions exceeded its allowable maximum number.

UpdateConflict 40504

A conflict during updating occurred.

EventHubAtFullCapacity 40505

The Event Hub is at full capacity.

EntityCannotBeUpdated 40506

The entity is not updatable.

ConflictGeneric 40900

A generic conflict error.

ConflictOperationInProgress 40901

An operation is in progress.

EntityGone 41000

The entity is not found.

UnspecifiedInternalError 50000

An internal error that is not specified.

DataCommunicationError 50001

The error of data communication.

InternalFailure 50002

An internal error.

ProviderUnreachable 50003

The provider is unreachable.

ServerBusy 50004

The server is busy.

ArchiveStorageAccountServerBusy 50005

Archive Storage Account Server is busy.

InvalidArchiveStorageAccountResourceId 50006

Archive Storage Account ResourceId is invalid.

BadGatewayFailure 50200

The error is caused by bad gateway.

GatewayTimeoutFailure 50400

The gateway did not receive a timely response from the upstream server.

UnknownExceptionDetail 60000

The detail of an unknown exception.

Applies to