add ErrorCode for Docker version

This commit is contained in:
lunardunno 2024-03-21 12:56:37 +04:00 committed by GitHub
parent 7a3834ef57
commit 14f56e9fe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@ namespace amnezia
ServerCancelInstallation = 204,
ServerUserNotInSudo = 205,
ServerPacketManagerError = 206,
ServerDockerVersionError = 207,
// Ssh connection errors
SshRequestDeniedError = 300,