failureReason property

String? failureReason
getter/setter pair

The reason that YouTube failed to process the caption track.

This property is only present if the state property's value is failed. Possible string values are:

  • "unknownFormat"
  • "unsupportedFormat"
  • "processingFailed"

Implementation

core.String? failureReason;