failureReason property

String? failureReason
getter/setter pair

This value explains why a video failed to upload.

This property is only present if the uploadStatus property indicates that the upload failed. Possible string values are:

  • "conversion" : Unable to convert video content.
  • "invalidFile" : Invalid file format.
  • "emptyFile" : Empty file.
  • "tooSmall" : File was too small.
  • "codec" : Unsupported codec.
  • "uploadAborted" : Upload wasn't finished.

Implementation

core.String? failureReason;