ValidateProductTransferEligibilityError Class

Error details of the product transfer eligibility validation.

Inheritance
ValidateProductTransferEligibilityError

Constructor

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

Parameters

code
str or ProductTransferValidationErrorCode
Required

Error code for the product transfer validation. Possible values include: "InvalidSource", "ProductNotActive", "InsufficientPermissionOnSource", "InsufficientPermissionOnDestination", "DestinationBillingProfilePastDue", "ProductTypeNotSupported", "CrossBillingAccountNotAllowed", "NotAvailableForDestinationMarket", "OneTimePurchaseProductTransferNotAllowed".

message
str
Required

The error message.

details
str
Required

Detailed error message explaining the error.