MoveBillingSubscriptionErrorDetails Class

Error details of the transfer eligibility validation.

Inheritance
azure.mgmt.billing._serialization.Model
MoveBillingSubscriptionErrorDetails

Constructor

MoveBillingSubscriptionErrorDetails(*, code: str | _models.SubscriptionTransferValidationErrorCode | None = None, message: str | None = None, details: str | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.