MoveBillingSubscriptionErrorDetails interface
Error details of the transfer eligibility validation.
Properties
code | Error code of the transfer validation response. |
details | Detailed error message explaining the error. |
message | The error message. |
Property Details
code
Error code of the transfer validation response.
code?: string
Property Value
string
details
Detailed error message explaining the error.
details?: string
Property Value
string
message
The error message.
message?: string
Property Value
string