errorReasonCode property

String? errorReasonCode
final

Provides an error code on why this video failed to encode. Empty if the state is not in "error". This field should be preferred for programmatic use.

read only

e.g: "ERR_NON_VIDEO"

Implementation

final String? errorReasonCode;