MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-spanner-emulator / NonExistentKeyColumn

Function NonExistentKeyColumn

common/errors.cc:1589–1596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1587}
1588
1589absl::Status NonExistentKeyColumn(absl::string_view object_type,
1590 absl::string_view object_name,
1591 absl::string_view key_column) {
1592 return absl::Status(
1593 absl::StatusCode::kFailedPrecondition,
1594 absl::Substitute("$0 $1 references nonexistent key column $2.",
1595 object_type, object_name, key_column));
1596}
1597
1598absl::Status DuplicateColumnName(absl::string_view column_name) {
1599 return absl::Status(

Callers 3

TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected