lastErrorStatus property

  1. @TagNumber(11)
Status lastErrorStatus

Output only The error message of the most recent error, such as a failure to publish to Cloud Pub/Sub. 'last_error_time' is the timestamp of this field. If no errors have occurred, this field has an empty message and the status code 0 == OK. Otherwise, this field is expected to have a status code other than OK.

Implementation

@$pb.TagNumber(11)
$19.Status get lastErrorStatus => $_getN(6);
  1. @TagNumber(11)
void lastErrorStatus=(Status v)

Implementation

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