voice_not_found | not_found | The specified voice ID does not exist. Verify the voice ID and try again. |
sample_not_found | not_found | The specified voice sample was not found. |
voice_collection_not_found | not_found | The specified voice collection does not exist. |
user_not_found | not_found | The specified user was not found. |
auth_account_not_found | not_found | The authentication account was not found. |
workspace_not_found | not_found | The specified workspace does not exist. |
project_not_found | not_found | The specified project was not found. |
history_item_not_found | not_found | The specified history item does not exist. |
collection_not_found | not_found | The specified collection was not found. |
document_not_found | not_found | The specified document does not exist. |
file_not_found | not_found | The specified file was not found. |
conversation_not_found | not_found | The specified conversation does not exist. |
agent_not_found | not_found | The specified agent was not found. |
dubbing_not_found | not_found | The specified dubbing project does not exist. |
song_not_found | not_found | The specified song was not found. |
read_not_found | not_found | The specified read was not found. |
pronunciation_dictionary_not_found | not_found | The specified pronunciation dictionary does not exist. |
knowledge_base_not_found | not_found | The specified knowledge base was not found. |
phone_number_not_found | not_found | The specified phone number does not exist. |
tool_not_found | not_found | The specified tool was not found. |
snapshot_not_found | not_found | The specified snapshot does not exist. |
task_not_found | not_found | The specified task was not found. |
model_not_found | not_found | The specified model does not exist. |
transcript_not_found | not_found | The specified transcript was not found. |
keywords_list_not_found | not_found | The specified keywords list was not found. |
category_not_found | not_found | The specified category was not found. |
text_too_long | validation_error | The provided text exceeds the maximum allowed length. |
text_too_short | validation_error | The provided text is shorter than the minimum required length. |
invalid_text | validation_error | The provided text contains invalid characters or formatting. |
empty_text | validation_error | The text field cannot be empty. |
invalid_parameters | validation_error | One or more request parameters are invalid. Check the param property for the invalid
parameter. |
missing_required_field | validation_error | A required field is missing from the request. Check the param property for the missing
field. |
invalid_voice_settings | validation_error | The voice settings contain invalid values. Check the param property for the invalid voice
settings. |
invalid_voice_id | validation_error | The voice ID format is invalid. |
unsupported_model | validation_error | The specified model is not supported for this operation. |
invalid_audio | validation_error | The provided audio is invalid or corrupted. |
invalid_audio_format | validation_error | The specified audio format is not supported. |
invalid_output_format | validation_error | The requested output format is not supported. |
audio_too_long | validation_error | The audio exceeds the maximum allowed duration. |
audio_too_short | validation_error | The audio is shorter than the minimum required duration. |
invalid_file_type | validation_error | The file type is not supported. |
invalid_page_size | validation_error | The page size parameter is outside the allowed range. |
invalid_cursor | validation_error | The pagination cursor is invalid or expired. |
bad_request | invalid_request | The request could not be understood by the server. |
malformed_json | invalid_request | The request body contains invalid JSON. |
invalid_content_type | invalid_request | The Content-Type header is missing or invalid. |
request_too_large | invalid_request | The request body exceeds the maximum allowed size. |
invalid_api_key | authentication_error | The provided API key is invalid. |
missing_api_key | authentication_error | No API key was provided in the request. |
invalid_authorization_header | authentication_error | The Authorization header format is invalid. |
unauthorized | authentication_error | Authentication is required to access this resource. |
sign_in_required | authentication_error | You must be signed in to perform this action. |
forbidden | authorization_error | Access to this resource is forbidden. |
insufficient_permissions | authorization_error | You do not have the required permissions for this action. |
workspace_access_denied | authorization_error | You do not have access to this workspace. |
feature_not_available | authorization_error | This feature is not available on your current plan. |
subscription_required | authorization_error | A paid subscription is required to access this feature. |
voice_access_denied | authorization_error | You do not have access to this voice. |
model_access_denied | authorization_error | You do not have access to this model. |
conflict | conflict | A conflict occurred. |
resource_already_exists | conflict | A resource with the same identifier already exists. |
voice_already_exists | conflict | A voice with this name already exists. |
already_running | conflict | The operation is already running. |
already_processing | conflict | The resource is already being processed. |
concurrent_modification | conflict | The resource was modified by another request. Retry with the latest version. |
slug_already_exists | conflict | A resource with this slug already exists. |
rate_limit_exceeded | rate_limit_error | Too many requests. Wait before retrying. |
concurrent_limit_exceeded | rate_limit_error | Maximum number of concurrent requests exceeded. Higher subscription tiers have a higher
concurrency limit. |
system_busy | rate_limit_error | The system is currently busy. Try again later. |
insufficient_credits | payment_required | Your account does not have enough credits for this operation. |
internal_error | internal_error | An unexpected error occurred. Contact support if this persists. |
service_unavailable | service_unavailable | The service is temporarily unavailable. Try again later. |
maintenance | service_unavailable | The service is undergoing scheduled maintenance. |