outputError property
If the transcript output fails this field contains the relevant error.
Implementation
@$pb.TagNumber(7)
$6.Status get outputError => $_getN(3);
Implementation
@$pb.TagNumber(7)
set outputError($6.Status v) {
setField(7, v);
}