error property
error details for a resource. This is guaranteed to be null if the resource is ready and non-null if the resource unhealthy.
Implementation
@$pb.TagNumber(5)
$core.String get error => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set error($core.String v) { $_setString(4, v); }