namespace ReC.Domain.Constants; public enum ErrorAction : byte { Stop = 0, Continue = 1, }