MoveBillingSubscriptionErrorDetails Class

Error details of the transfer eligibility validation.

Constructor

MoveBillingSubscriptionErrorDetails(*args: Any, **kwargs: Any)

Variables

Name Description
code

Error code of the transfer validation response. Known values are: "Other", "BillingAccountInactive", "DestinationBillingProfileInactive", "DestinationBillingProfileNotFound", "DestinationBillingProfilePastDue", "DestinationInvoiceSectionInactive", "DestinationInvoiceSectionNotFound", "InsufficientPermissionOnDestination", "InsufficientPermissionOnSource", "InvalidDestination", "InvalidSource", "MarketplaceNotEnabledOnDestination", "ProductInactive", "ProductNotFound", "ProductTypeNotSupported", "SourceBillingProfilePastDue", "SourceInvoiceSectionInactive", "AccountIsLocked", "AssetHasCap", "AssetNotActive", "BillingProfilePastDue", "CrossBillingAccountNotAllowed", "NoActiveAzurePlan", "None", "SubscriptionNotActive", "SubscriptionHasReservations", "SubscriptionTypeNotSupported", and "InvoiceSectionIsRestricted".

message
str

The error message.

details
str

Detailed error message explaining the error.

Attributes

code

"Other", "BillingAccountInactive", "DestinationBillingProfileInactive", "DestinationBillingProfileNotFound", "DestinationBillingProfilePastDue", "DestinationInvoiceSectionInactive", "DestinationInvoiceSectionNotFound", "InsufficientPermissionOnDestination", "InsufficientPermissionOnSource", "InvalidDestination", "InvalidSource", "MarketplaceNotEnabledOnDestination", "ProductInactive", "ProductNotFound", "ProductTypeNotSupported", "SourceBillingProfilePastDue", "SourceInvoiceSectionInactive", "AccountIsLocked", "AssetHasCap", "AssetNotActive", "BillingProfilePastDue", "CrossBillingAccountNotAllowed", "NoActiveAzurePlan", "None", "SubscriptionNotActive", "SubscriptionHasReservations", "SubscriptionTypeNotSupported", and "InvoiceSectionIsRestricted".

code: str | _models.SubscriptionTransferValidationErrorCode | None

details

Detailed error message explaining the error.

details: str | None

message

The error message.

message: str | None