amazing import spam
This commit is contained in:
parent
655a116647
commit
3160bff7a3
1016 changed files with 801 additions and 51 deletions
|
|
@ -1,17 +0,0 @@
|
|||
namespace Dan.Enums
|
||||
{
|
||||
public enum StatusCode
|
||||
{
|
||||
FailedToConnect = 0,
|
||||
Ok = 200,
|
||||
BadRequest = 400,
|
||||
Unauthorized = 401,
|
||||
Forbidden = 403,
|
||||
NotFound = 404,
|
||||
Conflict = 409,
|
||||
TooManyRequests = 429,
|
||||
InternalServerError = 500,
|
||||
NotImplemented = 501,
|
||||
ServiceUnavailable = 503
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue