-
#include "tensorstore/util/status_builder.h" -
StatusBuilder& tensorstore::StatusBuilder::AddStatusPayload(
std::string_view type_url,
absl::Cord payload); Adds a payload value to status.
If a payload with the same type URL already exists, then a new prefix will be generated of the form “type_url[N]”.