-
#include "tensorstore/util/status_builder.h" -
explicit tensorstore::StatusBuilder::StatusBuilder(
absl::Status status,
std::source_location loc = std::source_location::current()); Creates a
StatusBuilderfrom an existing status. If thestatusis notabsl::StatusCode::kOk, the source location may be added to it.