ViTranscoderErrorResponse
ViTranscoderErrorResponse
Transcoder error.
JSON Example
{
"error_type": "string",
"error_message": "string"
}
string
error_type
Optional
The type of the error. One of {InvalidArgument, InvalidRequest, SecurityError}.
string
error_message
Optional
The error message.