We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608ba11 commit c50217bCopy full SHA for c50217b
ydb/public/lib/ydb_cli/commands/ydb_service_scheme.cpp
@@ -615,6 +615,9 @@ int TCommandDescribe::PrintTransferResponsePretty(const NYdb::NReplication::TDes
615
case NReplication::TTransferDescription::EState::Running:
616
Cout << desc.GetState();
617
break;
618
+ case NReplication::TTransferDescription::EState::Paused:
619
+ Cout << desc.GetState();
620
+ break;
621
case NReplication::TTransferDescription::EState::Error:
622
Cout << "Error: " << desc.GetErrorState().GetIssues().ToOneLineString();
623
0 commit comments