add ErrorCode for Docker version
This commit is contained in:
parent
7a3834ef57
commit
14f56e9fe8
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ namespace amnezia
|
|||
ServerCancelInstallation = 204,
|
||||
ServerUserNotInSudo = 205,
|
||||
ServerPacketManagerError = 206,
|
||||
ServerDockerVersionError = 207,
|
||||
|
||||
// Ssh connection errors
|
||||
SshRequestDeniedError = 300,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue