cause property

  1. @TagNumber(3)
Status cause

The error that resulted in this change, if applicable.

Implementation

@$pb.TagNumber(3)
$9.Status get cause => $_getN(2);
  1. @TagNumber(3)
void cause=(Status v)

Implementation

@$pb.TagNumber(3)
set cause($9.Status v) {
  setField(3, v);
}