namespace Luticate2.Utils.Dbo { public enum LuStatus { Success, InputError, DbError, PermissionError, LoginError, NotFound, InternalError } }