Deployment objects
Understand deployment error objects.
"deploymentErrors": [
{
"code": "SUBSCRIPTION_TRIAL_DAYS_VALUE_INVALID",
"description": "Product 1234567800, en_US: Trial Days (freeTrialPeriod) cannot be less than 1 or larger than 1095."
},
{
"code": "SUBSCRIPTION_COMBINED_RENEWAL_DAYS_VALUE_INVALID",
"description": "Product 1234567800, en_US: Combined Renewal days (combinedRenewalPeriod) cannot be less than 0."
}
]Last updated