ValidateSubscriptionTransferEligibilityError Class
Error details of the transfer eligibility validation.
- Inheritance
-
azure.mgmt.billing._serialization.ModelValidateSubscriptionTransferEligibilityError
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
|
The error message. |
details
|
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
|
The error message. |
details
|
Detailed error message explaining the error. |
Azure SDK for Python