error property

  1. @TagNumber(19)
Status error

Output only. Provides details on the state of the Migrating VM in case of an error in replication.

Implementation

@$pb.TagNumber(19)
$19.Status get error => $_getN(12);
  1. @TagNumber(19)
void error=(Status v)

Implementation

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