committing initial code. It was a fun day!
Gemini is very nice and simple <3
This commit is contained in:
25
Cuipod/StatusCode.cs
Normal file
25
Cuipod/StatusCode.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
namespace Cuipod
|
||||
{
|
||||
public enum StatusCode
|
||||
{
|
||||
Input = 10,
|
||||
SensitiveInput = 11,
|
||||
Success = 20,
|
||||
RedirectTemp = 30,
|
||||
RedirectPerm = 31,
|
||||
FailureTemp = 40,
|
||||
ServerUnavailable = 41,
|
||||
CGIError = 42,
|
||||
ProxyError = 43,
|
||||
SlowDown = 44,
|
||||
FailurePerm = 50,
|
||||
NotFound = 51,
|
||||
Gone = 52,
|
||||
ProxyRefused = 53,
|
||||
BadRequest = 59,
|
||||
ClientCertRequired = 60,
|
||||
CertNotAuthorised = 61,
|
||||
CertNotValid = 62
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user