RequestUnauthorizedError
- Title: Unauthorized
- Error Code:
200020
- HTTP Status Code:
401
- Detail: Unauthorized access is denied due to invalid credentials.
ForbiddenResourceError
- Title: Forbidden resource
- Error Code:
100050
- HTTP Status Code:
403
- Detail: The resource is forbidden for the provided credentials.
- Title: Invalid pagination token signature
- Error Code:
100051
- HTTP Status Code:
403
- Detail: The pagination token signature is invalid.
ModerationStatusIsTerminalError
- Title: Moderation status is terminal
- Error Code:
300010
- HTTP Status Code:
403
- Detail: The current moderation status is terminal and cannot be changed.
ModerationStatusTransitionProhibitedError
- Title: Moderation status transition prohibited
- Error Code:
300020
- HTTP Status Code:
403
- Detail: Transitioning to the requested moderation status is prohibited.
ResourceNotFoundError
- Title: Resource not found
- Error Code:
200090
- HTTP Status Code:
404
- Detail: The resource was not found.
BadAudioError
- Title: Bad audio error
- Error Code:
200046
- HTTP Status Code:
422
- Detail: The system was unable to process the audio. Please re-encode the audio or try using another audio file.
BadFileError
- Title: Bad file error.
- Error Code:
200040
- HTTP Status Code:
422
- Detail: The file does not meet the requirements or is corrupted.
BadVideoError
- Title: Bad video error
- Error Code:
200044
- HTTP Status Code:
422
- Detail: The system was unable to process the video. Please re-encode the video or use another video file.
BlobUploadInvalidItemIdError
- Title: Invalid item_id
- Error Code:
200100
- HTTP Status Code:
422
- Detail: When
item_ids
are specified in the upload request, each item_id
should be unique.
LanguageError
- Title: Language error
- Error Code:
200050
- HTTP Status Code:
422
- Detail: The system was unable to process the language. Specify the language manually if you used ASR options in the request.
RequestValidationError
- Title: Unprocessable Entity
- Error Code:
200010
- HTTP Status Code:
422
- Detail: The request validation failed.
TranscriptionError
- Title: Transcription error
- Error Code:
200060
- HTTP Status Code:
422
- Detail: No speech was detected.
UnknownLanguageError
- Title: Unknown language
- Error Code:
200070
- HTTP Status Code:
422
- Detail: The system was unable to recognize the language. Specify the language manually if you used ASR options in the request.
UnsupportedLanguageError
- Title: Unsupported language error
- Error Code:
200080
- HTTP Status Code:
422
- Detail: The requested language is not supported.
UnsupportedMIMETypeError
- Title: MIME type is unsupported.
- Error Code:
200041
- HTTP Status Code:
422
- Detail: The MIME type is unsupported.
VoiceLimitExceededError
- Title: Voice Limit Exceeded
- Error Code:
200200
- HTTP Status Code:
422
- Detail: The user has exceeded the maximum number of voices.
FailedDependencyError
- Title: Failed Dependency
- Error Code:
200030
- HTTP Status Code:
424
- Detail: A dependent action failed.
InternalServerError
- Title: Internal server error
- Error Code:
100000
- HTTP Status Code:
500
- Detail: An internal server error occurred. Please try again later or contact the support for further assistance.
OperationTimeoutError
- Title: Operation timeout
- Error Code:
100010
- HTTP Status Code:
504
- Detail: The operation has timed out. Please try again later.