MoveProductErrorDetails Class

Error details of the transfer eligibility validation.

Constructor

MoveProductErrorDetails(*args: Any, **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
str

The error message.

details
str

Error details of the transfer eligibility validation.

Attributes

code

"Other", "BillingAccountInactive", "DestinationBillingProfileInactive", "DestinationBillingProfileNotFound", "DestinationBillingProfilePastDue", "DestinationInvoiceSectionInactive", "DestinationInvoiceSectionNotFound", "InsufficientPermissionOnDestination", "InsufficientPermissionOnSource", "InvalidDestination", "InvalidSource", "MarketplaceNotEnabledOnDestination", "ProductInactive", "ProductNotFound", "ProductTypeNotSupported", "SourceBillingProfilePastDue", and "SourceInvoiceSectionInactive".

code: str | _models.MoveValidationErrorCode | None

details

Error details of the transfer eligibility validation.

details: str | None

message

The error message.

message: str | None