error property
If set, returns a google.rpc.Status
message that
specifies the error for the operation.
Implementation
@$pb.TagNumber(1)
$6.Status get error => $_getN(0);
Implementation
@$pb.TagNumber(1)
set error($6.Status v) {
setField(1, v);
}