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,
|
ServerCancelInstallation = 204,
|
||||||
ServerUserNotInSudo = 205,
|
ServerUserNotInSudo = 205,
|
||||||
ServerPacketManagerError = 206,
|
ServerPacketManagerError = 206,
|
||||||
|
SudoPackageIsNotPreinstalled = 207,
|
||||||
|
ServerUserNotListedInSudoers = 208,
|
||||||
|
ServerUserPasswordRequired = 209,
|
||||||
|
|
||||||
// Ssh connection errors
|
// Ssh connection errors
|
||||||
SshRequestDeniedError = 300,
|
SshRequestDeniedError = 300,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue