Case for error cgroup

Added case and case description for: Cgroup Mountpoint Does Not Exist
This commit is contained in:
lunardunno 2025-03-22 14:54:56 +04:00
parent fe0dfbc13d
commit 106a1646b7
3 changed files with 3 additions and 1 deletions

View file

@ -58,6 +58,7 @@ namespace amnezia
ServerUserDirectoryNotAccessible = 208,
ServerUserNotAllowedInSudoers = 209,
ServerUserPasswordRequired = 210,
ServerCgroupMountpointDoesNotExist = 211,
// Ssh connection errors
SshRequestDeniedError = 300,