namespace EnvelopeGenerator.Web { public class Constants { public enum ErrorType { None, ServerError, FilesystemError } } }