Sdílet prostřednictvím


ValidateSubscriptionTransferEligibilityError Class

Error details of the transfer eligibility validation.

Inheritance
azure.mgmt.billing._serialization.Model
ValidateSubscriptionTransferEligibilityError

Constructor

ValidateSubscriptionTransferEligibilityError(*, code: str | _models.SubscriptionTransferValidationErrorCode | None = None, message: str | None = None, details: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
code

Error code for the product transfer validation. Known values are: "BillingAccountInactive", "CrossBillingAccountNotAllowed", "DestinationBillingProfileInactive", "DestinationBillingProfileNotFound", "DestinationBillingProfilePastDue", "DestinationInvoiceSectionInactive", "DestinationInvoiceSectionNotFound", "InsufficientPermissionOnDestination", "InsufficientPermissionOnSource", "InvalidDestination", "InvalidSource", "MarketplaceNotEnabledOnDestination", "NotAvailableForDestinationMarket", "ProductInactive", "ProductNotFound", "ProductTypeNotSupported", "SourceBillingProfilePastDue", "SourceInvoiceSectionInactive", "SubscriptionNotActive", and "SubscriptionTypeNotSupported".

message
str

The error message.

details
str

Detailed error message explaining the error.

Variables

Name Description
code

Error code for the product transfer validation. Known values are: "BillingAccountInactive", "CrossBillingAccountNotAllowed", "DestinationBillingProfileInactive", "DestinationBillingProfileNotFound", "DestinationBillingProfilePastDue", "DestinationInvoiceSectionInactive", "DestinationInvoiceSectionNotFound", "InsufficientPermissionOnDestination", "InsufficientPermissionOnSource", "InvalidDestination", "InvalidSource", "MarketplaceNotEnabledOnDestination", "NotAvailableForDestinationMarket", "ProductInactive", "ProductNotFound", "ProductTypeNotSupported", "SourceBillingProfilePastDue", "SourceInvoiceSectionInactive", "SubscriptionNotActive", and "SubscriptionTypeNotSupported".

message
str

The error message.

details
str

Detailed error message explaining the error.