MoveProductEligibilityResultErrorDetails Class
Error details of the transfer eligibility validation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing.models._models_py3.MoveProductErrorDetailsMoveProductEligibilityResultErrorDetails
Constructor
MoveProductEligibilityResultErrorDetails(**kwargs: Any)
Variables
Name | Description |
---|---|
code
|
Error code for the product transfer validation. Known values are: "Other", "BillingAccountInactive", "DestinationBillingProfileInactive", "DestinationBillingProfileNotFound", "DestinationBillingProfilePastDue", "DestinationInvoiceSectionInactive", "DestinationInvoiceSectionNotFound", "InsufficientPermissionOnDestination", "InsufficientPermissionOnSource", "InvalidDestination", "InvalidSource", "MarketplaceNotEnabledOnDestination", "ProductInactive", "ProductNotFound", "ProductTypeNotSupported", "SourceBillingProfilePastDue", and "SourceInvoiceSectionInactive". |
message
|
The error message. |
details
|
Error details of the transfer eligibility validation. |
Azure SDK for Python