error property
Error is used to communicate any error related to the participant. The error code and the message explain what went wrong. Whether the participant can retry is also indicated.
Implementation
@$pb.TagNumber(18)
Error get error => $_getN(13);
Implementation
@$pb.TagNumber(18)
set error(Error v) { setField(18, v); }