namespace Domain.Enums; public enum EErrorCategory { UserValidationError, DataNotFoundError, RequestError, }