次の方法で共有


ExtendedErrorInfo コンストラクター

定義

オーバーロード

ExtendedErrorInfo()

ExtendedErrorInfo クラスの新しいインスタンスを初期化します。

ExtendedErrorInfo(String, String)

ExtendedErrorInfo クラスの新しいインスタンスを初期化します。

ExtendedErrorInfo()

ExtendedErrorInfo クラスの新しいインスタンスを初期化します。

public ExtendedErrorInfo ();
Public Sub New ()

適用対象

ExtendedErrorInfo(String, String)

ExtendedErrorInfo クラスの新しいインスタンスを初期化します。

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)

パラメーター

code
String

指定できる値は、'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

適用対象