This redirects to the Message of which this identifier belongs.
This error indicates that the request content was malformed or ambiguous.
Property nameTypeRequiredDescriptionChild properties
A list of one or more Twilio API errors.
Property nameTypeRequiredDescriptionChild properties
A human readable message describing the error.
A JSON path that identifies the errant field.
{
"errors": [
{
"code": 20404,
"message": "Not Found",
"infoUrl": "/docs/api/errors/20404",
"context": "null"
}
]
}
This error indicates that the requested resource was not found.
Property nameTypeRequiredDescriptionChild properties
A list of one or more Twilio API errors.
Property nameTypeRequiredDescriptionChild properties
A human readable message describing the error.
A JSON path that identifies the errant field.
{
"errors": [
{
"code": 20404,
"message": "The resource was not found.",
"infoUrl": "/docs/api/errors/20404",
"context": "null"
}
]
}
This error indicates that you have sent too many requests to the API. You should retry according to the Retry-After response header.
Property nameTypeRequiredDescriptionChild properties
A list of one or more Twilio API errors.
Property nameTypeRequiredDescriptionChild properties
A human readable message describing the error.
A JSON path that identifies the errant field.
{
"errors": [
{
"code": 20429,
"message": "Too many requests. Please retry according to the Retry-After response header.",
"infoUrl": "/docs/api/errors/20429",
"context": "null"
}
]
}
This error indicates that the Twilio API is experiencing server-side issues. The request should not be retried.
Property nameTypeRequiredDescriptionChild properties
A list of one or more Twilio API errors.
Property nameTypeRequiredDescriptionChild properties
A human readable message describing the error.
A JSON path that identifies the errant field.
{
"errors": [
{
"code": 20500,
"message": "Internal server error.",
"infoUrl": "/docs/api/errors/20500",
"context": "null"
}
]
}
This error indicates that the Twilio API is temporarily unavailable. You should retry according to the Retry-After response header.
Property nameTypeRequiredDescriptionChild properties
A list of one or more Twilio API errors.
Property nameTypeRequiredDescriptionChild properties
A human readable message describing the error.
A JSON path that identifies the errant field.
{
"errors": [
{
"code": 20503,
"message": "Service unavailable.",
"infoUrl": "/docs/api/errors/20503",
"context": "null"
}
]
}