errors property
If any fields failed to render, this will contain a mapping from failed
field names to error messages. If all fields succeed, this will either be
null or not set.
Implementation
@$pb.TagNumber(2)
$3.Value get errors => $_getN(1);
Implementation
@$pb.TagNumber(2)
set errors($3.Value value) => $_setField(2, value);