stream_errorReasonCode

Specifies why the video failed to encode. This field is empty if the video is not in an `error` state. Preferred for programmatic use.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-errorreasoncode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_errorReasonCode",
  "title": "stream_errorReasonCode",
  "description": "Specifies why the video failed to encode. This field is empty if the video is not in an `error` state. Preferred for programmatic use.",
  "example": "ERR_NON_VIDEO",
  "type": "string"
}