update: refactor fixes
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
enum ErrorCodes {
|
||||
HomedirInvalid = 953,
|
||||
HomedirAccessFail = 954,
|
||||
|
||||
ConfigUnknown = 955,
|
||||
ConfigNotFound = 954,
|
||||
ConfigInvalid = 953,
|
||||
|
Reference in New Issue
Block a user