error property
- @TagNumber(4)
when a module transitions to unhealthy, this field is populated with the error that caused the transition. the error persists until the module reenters the Ready state, guaranteed to be nil in the Ready state
Implementation
@$pb.TagNumber(4)
$core.String get error => $_getSZ(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set error($core.String v) { $_setString(3, v); }