status property
Contains additional information about the quota error.
If available, status.code will be non zero.
Implementation
@$pb.TagNumber(4)
$2.Status get status => $_getN(3);
Implementation
@$pb.TagNumber(4)
set status($2.Status value) => $_setField(4, value);