ErrorResponseCode type

Error code describing the reason that service is not able to process the incoming request
KnownErrorResponseCode can be used interchangeably with ErrorResponseCode, this enum contains the known values that the service supports.

Known values supported by the service

NotSpecified: NotSpecified
InternalServerError: InternalServerError
ServerTimeout: ServerTimeout
AuthorizationFailed: AuthorizationFailed
BadRequest: BadRequest
ClientCertificateThumbprintNotSet: ClientCertificateThumbprintNotSet
InvalidRequestContent: InvalidRequestContent
OperationFailed: OperationFailed
HttpMethodNotSupported: HttpMethodNotSupported
InvalidRequestUri: InvalidRequestUri
MissingTenantId: MissingTenantId
InvalidTenantId: InvalidTenantId
InvalidReservationOrderId: InvalidReservationOrderId
InvalidReservationId: InvalidReservationId
ReservationIdNotInReservationOrder: ReservationIdNotInReservationOrder
ReservationOrderNotFound: ReservationOrderNotFound
InvalidSubscriptionId: InvalidSubscriptionId
InvalidAccessToken: InvalidAccessToken
InvalidLocationId: InvalidLocationId
UnauthenticatedRequestsThrottled: UnauthenticatedRequestsThrottled
InvalidHealthCheckType: InvalidHealthCheckType
Forbidden: Forbidden
BillingScopeIdCannotBeChanged: BillingScopeIdCannotBeChanged
AppliedScopesNotAssociatedWithCommerceAccount: AppliedScopesNotAssociatedWithCommerceAccount
PatchValuesSameAsExisting: PatchValuesSameAsExisting
RoleAssignmentCreationFailed: RoleAssignmentCreationFailed
ReservationOrderCreationFailed: ReservationOrderCreationFailed
ReservationOrderNotEnabled: ReservationOrderNotEnabled
CapacityUpdateScopesFailed: CapacityUpdateScopesFailed
UnsupportedReservationTerm: UnsupportedReservationTerm
ReservationOrderIdAlreadyExists: ReservationOrderIdAlreadyExists
RiskCheckFailed: RiskCheckFailed
CreateQuoteFailed: CreateQuoteFailed
ActivateQuoteFailed: ActivateQuoteFailed
NonsupportedAccountId: NonsupportedAccountId
PaymentInstrumentNotFound: PaymentInstrumentNotFound
MissingAppliedScopesForSingle: MissingAppliedScopesForSingle
NoValidReservationsToReRate: NoValidReservationsToReRate
ReRateOnlyAllowedForEA: ReRateOnlyAllowedForEA
OperationCannotBePerformedInCurrentState: OperationCannotBePerformedInCurrentState
InvalidSingleAppliedScopesCount: InvalidSingleAppliedScopesCount
InvalidFulfillmentRequestParameters: InvalidFulfillmentRequestParameters
NotSupportedCountry: NotSupportedCountry
InvalidRefundQuantity: InvalidRefundQuantity
PurchaseError: PurchaseError
BillingCustomerInputError: BillingCustomerInputError
BillingPaymentInstrumentSoftError: BillingPaymentInstrumentSoftError
BillingPaymentInstrumentHardError: BillingPaymentInstrumentHardError
BillingTransientError: BillingTransientError
BillingError: BillingError
FulfillmentConfigurationError: FulfillmentConfigurationError
FulfillmentOutOfStockError: FulfillmentOutOfStockError
FulfillmentTransientError: FulfillmentTransientError
FulfillmentError: FulfillmentError
CalculatePriceFailed: CalculatePriceFailed
AppliedScopesSameAsExisting: AppliedScopesSameAsExisting
SelfServiceRefundNotSupported: SelfServiceRefundNotSupported
RefundLimitExceeded: RefundLimitExceeded

type ErrorResponseCode = string