processingFailureReason property
The reason that YouTube failed to process the video.
This property will only have a value if the processingStatus property's value is failed. Possible string values are:
- "uploadFailed"
- "transcodeFailed"
- "streamingFailed"
- "other"
Implementation
core.String? processingFailureReason;