ValidateSubscriptionTransferEligibilityError Class

Error details of the transfer eligibility validation.

Inheritance
ValidateSubscriptionTransferEligibilityError

Constructor

ValidateSubscriptionTransferEligibilityError(*, code: Optional[Union[str, azure.mgmt.billing.models._billing_management_client_enums.SubscriptionTransferValidationErrorCode]] = None, message: Optional[str] = None, details: Optional[str] = None, **kwargs)

Parameters

code
str or SubscriptionTransferValidationErrorCode
Required

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

message
str
Required

The error message.

details
str
Required

Detailed error message explaining the error.