error property
The details of a failure or a cancellation of reachability analysis.
Implementation
@$pb.TagNumber(3)
$19.Status get error => $_getN(2);
Implementation
@$pb.TagNumber(3)
set error($19.Status v) {
setField(3, v);
}
The details of a failure or a cancellation of reachability analysis.
@$pb.TagNumber(3)
$19.Status get error => $_getN(2);
@$pb.TagNumber(3)
set error($19.Status v) {
setField(3, v);
}