processingErrors property

List<String>? processingErrors
getter/setter pair

A list of errors that will prevent YouTube from successfully processing the uploaded video video.

These errors indicate that, regardless of the video's current processing status, eventually, that status will almost certainly be failed.

Implementation

core.List<core.String>? processingErrors;