ExceptionErrorCodes Enum

Definition

Specifies the error codes of the exceptions.

public enum ExceptionErrorCodes
type ExceptionErrorCodes = 
Public Enum ExceptionErrorCodes
Inheritance
ExceptionErrorCodes

Fields

AudienceNotFound 40107

Specifies that audience requested does not exist

BadGatewayFailure 50200

Specifies that bad gateway error occured

BadRequest 40000

Specifies that bad request error ocured

ConflictGeneric 40900

Specifies that conflict occured

ConflictOperationInProgress 40901

Specifies that another operation is in progress

CorrelationFiltersExceeded 40502

Specifies that correlation filters exceeded its allowable maximum number

DataCommunicationError 50001

Specifies that data communication error ocured

EndpointNotFound 40400

Specifies that endpoint was not found

EntityGone 41000

Specifies that entity was not found

EventHubAtFullCapacity 40505

Specifies that event hub has reached its full capacity

ExpiredToken 40106

Specifies that authorization token is expired

ExpiresOnNotFound 40108

Specifies that expiration is not set for authorization token

ForbiddenGeneric 40300

Specifies that request forbidden error ocured

GatewayTimeoutFailure 50400

Specifies that gateway timeout error ocured

InternalFailure 50002

Specifies that internal failure occured

InvalidAudience 40104

Specifies that audience requested is invalid

InvalidDestination 40401

Specifies that destination is invalid

InvalidSignature 40103

Specifies that signature could not be verified

IssuerNotFound 40109

Specifies that issuer used was not found

MalformedToken 40105

Specifies that authorization token is malformed

MissingToken 40102

Specifies that authorization token is missing

NamespaceNotFound 40402

Specifies that namespace was not found

NoTransportSecurity 40101

Specifies that error occured because no transport layer security used

ProviderUnreachable 50003

Specifies that provider is unreachable

ResourceNotFound 40403

Specifies that resource was not found

ServerBusy 50004

Specifies that server is busy

SignatureNotFound 40110

Specifies that signature was not found

SqlFiltersExceeded 40501

Specifies that SQL filters exceeded its allowable maximum number

StoreLockLost 40500

Specifies that store lock was lost

SubscriptionsExceeded 40503

Specifies that subscriptions exceeded its allowable maximum number

Throttled 42900

Specifies that request has been throttled

UnauthorizedGeneric 40100

Specifies that request was not authorized

UnknownExceptionDetail 60000

Specifies that unknown error ocured

UnspecifiedInternalError 50000

Specifies that unknown internal error ocured

UpdateConflict 40504

Specifies that conflict during updating occurred

Applies to