03-11-2023
This commit is contained in:
12
EnvelopeGenerator.Web/Constants.cs
Normal file
12
EnvelopeGenerator.Web/Constants.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace EnvelopeGenerator.Web
|
||||
{
|
||||
public class Constants
|
||||
{
|
||||
public enum ErrorType
|
||||
{
|
||||
None,
|
||||
ServerError,
|
||||
FilesystemError
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user