Returns true if the Status created by this builder will be ok().
Declared in <absl/status/status_builder.h>
<absl/status/status_builder.h>
[[nodiscard]] bool ok() const;
true if the result status will be OK.
true
The return value should not be discarded.