Share via


ReservationErrorResponseCode Struct

Definition

Error code describing the reason that service is not able to process the incoming request.

public readonly struct ReservationErrorResponseCode : IEquatable<Azure.ResourceManager.Reservations.Models.ReservationErrorResponseCode>
type ReservationErrorResponseCode = struct
Public Structure ReservationErrorResponseCode
Implements IEquatable(Of ReservationErrorResponseCode)
Inheritance
ReservationErrorResponseCode
Implements

Constructors

ReservationErrorResponseCode(String)

Initializes a new instance of ReservationErrorResponseCode.

Properties

ActivateQuoteFailed

ActivateQuoteFailed.

AppliedScopesNotAssociatedWithCommerceAccount

AppliedScopesNotAssociatedWithCommerceAccount.

AppliedScopesSameAsExisting

AppliedScopesSameAsExisting.

AuthorizationFailed

AuthorizationFailed.

BadRequest

BadRequest.

BillingCustomerInputError

BillingCustomerInputError.

BillingError

BillingError.

BillingPaymentInstrumentHardError

BillingPaymentInstrumentHardError.

BillingPaymentInstrumentSoftError

BillingPaymentInstrumentSoftError.

BillingScopeIdCannotBeChanged

BillingScopeIdCannotBeChanged.

BillingTransientError

BillingTransientError.

CalculatePriceFailed

CalculatePriceFailed.

CapacityUpdateScopesFailed

CapacityUpdateScopesFailed.

ClientCertificateThumbprintNotSet

ClientCertificateThumbprintNotSet.

CreateQuoteFailed

CreateQuoteFailed.

Forbidden

Forbidden.

FulfillmentConfigurationError

FulfillmentConfigurationError.

FulfillmentError

FulfillmentError.

FulfillmentOutOfStockError

FulfillmentOutOfStockError.

FulfillmentTransientError

FulfillmentTransientError.

HttpMethodNotSupported

HttpMethodNotSupported.

InternalServerError

InternalServerError.

InvalidAccessToken

InvalidAccessToken.

InvalidFulfillmentRequestParameters

InvalidFulfillmentRequestParameters.

InvalidHealthCheckType

InvalidHealthCheckType.

InvalidLocationId

InvalidLocationId.

InvalidRefundQuantity

InvalidRefundQuantity.

InvalidRequestContent

InvalidRequestContent.

InvalidRequestUri

InvalidRequestUri.

InvalidReservationId

InvalidReservationId.

InvalidReservationOrderId

InvalidReservationOrderId.

InvalidSingleAppliedScopesCount

InvalidSingleAppliedScopesCount.

InvalidSubscriptionId

InvalidSubscriptionId.

InvalidTenantId

InvalidTenantId.

MissingAppliedScopesForSingle

MissingAppliedScopesForSingle.

MissingTenantId

MissingTenantId.

NonsupportedAccountId

NonsupportedAccountId.

NotSpecified

NotSpecified.

NotSupportedCountry

NotSupportedCountry.

NoValidReservationsToReRate

NoValidReservationsToReRate.

OperationCannotBePerformedInCurrentState

OperationCannotBePerformedInCurrentState.

OperationFailed

OperationFailed.

PatchValuesSameAsExisting

PatchValuesSameAsExisting.

PaymentInstrumentNotFound

PaymentInstrumentNotFound.

PurchaseError

PurchaseError.

RefundLimitExceeded

RefundLimitExceeded.

ReRateOnlyAllowedForEA

ReRateOnlyAllowedForEA.

ReservationIdNotInReservationOrder

ReservationIdNotInReservationOrder.

ReservationOrderCreationFailed

ReservationOrderCreationFailed.

ReservationOrderIdAlreadyExists

ReservationOrderIdAlreadyExists.

ReservationOrderNotEnabled

ReservationOrderNotEnabled.

ReservationOrderNotFound

ReservationOrderNotFound.

RiskCheckFailed

RiskCheckFailed.

RoleAssignmentCreationFailed

RoleAssignmentCreationFailed.

SelfServiceRefundNotSupported

SelfServiceRefundNotSupported.

ServerTimeout

ServerTimeout.

UnauthenticatedRequestsThrottled

UnauthenticatedRequestsThrottled.

UnsupportedReservationTerm

UnsupportedReservationTerm.

Methods

Equals(ReservationErrorResponseCode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ReservationErrorResponseCode, ReservationErrorResponseCode)

Determines if two ReservationErrorResponseCode values are the same.

Implicit(String to ReservationErrorResponseCode)

Converts a string to a ReservationErrorResponseCode.

Inequality(ReservationErrorResponseCode, ReservationErrorResponseCode)

Determines if two ReservationErrorResponseCode values are not the same.

Applies to