-
#include "tensorstore/util/status_builder.h" -
template <typename... Args>
StatusBuilder& tensorstore::StatusBuilder::Format(
const absl::FormatSpec<Args...>& format,
const Args&... args); Adds a formatted message to the status.
The formatted message is prepended (by default) or appended (if
SetAppend()has been called) to the existing status message, using “: ” as a separator.