numbers.series_invalid
The series parameters are invalid; range, capabilities, or size constraints were violated.
numbers.series_invalid is returned when the parameters for a number series create or inventory generate request violate the validation constraints: the end suffix must be greater than the start suffix, the range size must not exceed 10,000 (v1 limit), and capabilities must include at least one of voice, sms, or webrtc.
One or more of the following conditions:
end_suffix <= start_suffixend_suffix - start_suffix > 10000capabilities array is empty or contains no recognized valuesCorrect the suffix range so end is greater than start and the range is within 10,000. Ensure at least one valid capability is specified.
{
"error": {
"code": "numbers.series_invalid",
"message": "series parameters are invalid",
"request_id": "req_01900000abc"
}
}