ValidateProductTransferEligibilityError Class
Error details of the product transfer eligibility validation.
- Inheritance
-
azure.mgmt.billing._serialization.ModelValidateProductTransferEligibilityError
Constructor
ValidateProductTransferEligibilityError(*, code: str | _models.ProductTransferValidationErrorCode | 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: "InvalidSource", "ProductNotActive", "InsufficientPermissionOnSource", "InsufficientPermissionOnDestination", "DestinationBillingProfilePastDue", "ProductTypeNotSupported", "CrossBillingAccountNotAllowed", "NotAvailableForDestinationMarket", and "OneTimePurchaseProductTransferNotAllowed". |
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: "InvalidSource", "ProductNotActive", "InsufficientPermissionOnSource", "InsufficientPermissionOnDestination", "DestinationBillingProfilePastDue", "ProductTypeNotSupported", "CrossBillingAccountNotAllowed", "NotAvailableForDestinationMarket", and "OneTimePurchaseProductTransferNotAllowed". |
message
|
The error message. |
details
|
Detailed error message explaining the error. |
Azure SDK for Python