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