adding error codes
This commit is contained in:
parent
8ec4232a96
commit
b382257460
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ namespace amnezia
|
|||
ServerCancelInstallation = 204,
|
||||
ServerUserNotInSudo = 205,
|
||||
ServerPacketManagerError = 206,
|
||||
SudoPackageIsNotPreinstalled = 207,
|
||||
ServerUserNotListedInSudoers = 208,
|
||||
ServerUserPasswordRequired = 209,
|
||||
|
||||
// Ssh connection errors
|
||||
SshRequestDeniedError = 300,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue