ErrorResponseCode Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ErrorResponseCodeTypeConverter))]
public struct ErrorResponseCode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ErrorResponseCode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ErrorResponseCodeTypeConverter))>]
type ErrorResponseCode = struct
    interface IArgumentCompleter
Public Structure ErrorResponseCode
Implements IArgumentCompleter, IEquatable(Of ErrorResponseCode)
Inheritance
ErrorResponseCode
Attributes
Implements

Fields

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

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ErrorResponseCode)

Compares values of enum type ErrorResponseCode

Equals(Object)

Compares values of enum type ErrorResponseCode (override for Object)

GetHashCode()

Returns hashCode for enum ErrorResponseCode

ToString()

Returns string representation for ErrorResponseCode

Operators

Equality(ErrorResponseCode, ErrorResponseCode)

Overriding == operator for enum ErrorResponseCode

Implicit(ErrorResponseCode to String)

Implicit operator to convert ErrorResponseCode to string

Implicit(String to ErrorResponseCode)

Implicit operator to convert string to ErrorResponseCode

Inequality(ErrorResponseCode, ErrorResponseCode)

Overriding != operator for enum ErrorResponseCode

Applies to