error property

  1. @TagNumber.new(3)
Status get error

Provides details on the state of the upgrade operation in case of an error.

Implementation

@$pb.TagNumber(3)
$19.Status get error => $_getN(2);
  1. @TagNumber.new(3)
set error (Status v)

Implementation

@$pb.TagNumber(3)
set error($19.Status v) {
  setField(3, v);
}