Bagikan melalui


ExtendedErrorInfo Constructors

Definition

Overloads

ExtendedErrorInfo()

Initializes a new instance of the ExtendedErrorInfo class.

ExtendedErrorInfo(String, String)

Initializes a new instance of the ExtendedErrorInfo class.

ExtendedErrorInfo()

Initializes a new instance of the ExtendedErrorInfo class.

public ExtendedErrorInfo ();
Public Sub New ()

Applies to

ExtendedErrorInfo(String, String)

Initializes a new instance of the ExtendedErrorInfo class.

public ExtendedErrorInfo (string code = default, string message = default);
new Microsoft.Azure.Management.Reservations.Models.ExtendedErrorInfo : string * string -> Microsoft.Azure.Management.Reservations.Models.ExtendedErrorInfo
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

Parameters

code
String

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

message
String

Applies to