feat: initial development
This commit is contained in:
9
NaiveHttpServer/ErrorCodes.cs
Normal file
9
NaiveHttpServer/ErrorCodes.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace NaiveHttpServer
|
||||
{
|
||||
public static class ErrorCodes
|
||||
{
|
||||
public const string Unknown = "UNKNOWN";
|
||||
public const string NotFoundApi = "NOT_FOUND_API";
|
||||
public const string NotFoundFile = "NOT_FOUND_FILE";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user