stream_errorReasonText

Specifies why the video failed to encode using a human readable error message in English. This field is empty if the video is not in an `error` state.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-errorreasontext-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_errorReasonText",
  "title": "stream_errorReasonText",
  "description": "Specifies why the video failed to encode using a human readable error message in English. This field is empty if the video is not in an `error` state.",
  "example": "The file was not recognized as a valid video file.",
  "type": "string"
}