error property

  1. @TagNumber(18)
Error get error

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);
  1. @TagNumber(18)
set error (Error v)

Implementation

@$pb.TagNumber(18)
set error(Error v) { setField(18, v); }