Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

46002: Invalid Schema

Twilio Voice DocumentationVoice

Description

description page anchor

The submitted data can be parsed but doesn't comply with the required JSON schema.

Possible causes

possible-causes page anchor
  • A required attribute is missing from the request.
  • A required attribute is null or empty.
  • The value of an attribute isn't an accepted value.
  • The resource already exists and is limited to one per account.
  • Other attribute validation errors.
  • Verify that all required attributes are present in the request.
  • Ensure required attributes aren't null or empty.
  • Verify that attribute values match the expected format and allowed values.
  • Review the API documentation for the correct schema requirements.