error property

  1. @TagNumber(1)
Status error

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);
  1. @TagNumber(1)
void error=(Status v)

Implementation

@$pb.TagNumber(1)
set error($6.Status v) {
  setField(1, v);
}