error property

  1. @TagNumber(4)
String get error

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);
  1. @TagNumber(4)
set error (String v)

Implementation

@$pb.TagNumber(4)
set error($core.String v) { $_setString(3, v); }