Add error ServerDockerNotSupported
This commit is contained in:
parent
5dd644fd58
commit
79eeb36a97
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ namespace amnezia
|
|||
ServerUserDirectoryNotAccessible = 208,
|
||||
ServerUserNotAllowedInSudoers = 209,
|
||||
ServerUserPasswordRequired = 210,
|
||||
ServerDockerNotSupported = 211,
|
||||
|
||||
// Ssh connection errors
|
||||
SshRequestDeniedError = 300,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue