errorPath property

  1. @TagNumber(3)
Expr_Path get errorPath

Error path if status is not OK.

Implementation

@$pb.TagNumber(3)
$3.Expr_Path get errorPath => $_getN(2);
  1. @TagNumber(3)
set errorPath (Expr_Path v)

Implementation

@$pb.TagNumber(3)
set errorPath($3.Expr_Path v) { setField(3, v); }