Skip to content

Commit 3245efa

Browse files
authored
Improve compute nodes database error message (#11750)
1 parent 5933d41 commit 3245efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/mind/node_broker__register_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class TNodeBroker::TTxRegisterNode : public TTransactionBase<TNodeBroker> {
6060

6161
if (rec.HasPath() && ScopeId == NActors::TScopeId()) {
6262
return Error(TStatus::ERROR,
63-
TStringBuilder() << "Cannot resolve scope id for path " << rec.GetPath(),
63+
TStringBuilder() << "Failed to resolve the database by its path. Perhaps the database " << rec.GetPath() << " does not exist",
6464
ctx);
6565
}
6666

0 commit comments

Comments
 (0)