tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Authority
Core
HttpFailureResponse.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Authority.Core
2
{
6
public
enum
HttpFailureResponse
7
{
11
BadRequest
,
12
16
Unauthorized
,
17
21
Forbidden
,
22
26
NotFound
,
27
31
NotAcceptable
,
32
36
Conflict
,
37
41
Gone
,
42
46
UnprocessableEntity
,
47
51
FailedDependency
,
52
56
RateLimited
,
57
61
NotImplemented
,
62
66
ServiceUnavailable
,
67
}
68
}
Tgstation.Server.Host.Authority.Core
Definition
AuthorityBase.cs:14
Tgstation.Server.Host.Authority.Core.HttpFailureResponse
HttpFailureResponse
Indicates the type of HTTP status code an failing AuthorityResponse should generate.
Definition
HttpFailureResponse.cs:7
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.Gone
@ Gone
HTTP 410.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.ServiceUnavailable
@ ServiceUnavailable
HTTP 503.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.NotFound
@ NotFound
HTTP 404.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.FailedDependency
@ FailedDependency
HTTP 424.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.RateLimited
@ RateLimited
HTTP 429.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.Forbidden
@ Forbidden
HTTP 403.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.NotImplemented
@ NotImplemented
HTTP 501.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.BadRequest
@ BadRequest
HTTP 400.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.UnprocessableEntity
@ UnprocessableEntity
HTTP 422.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.Unauthorized
@ Unauthorized
HTTP 401.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.Conflict
@ Conflict
HTTP 409.
Tgstation.Server.Host.Authority.Core.HttpFailureResponse.NotAcceptable
@ NotAcceptable
HTTP 406.
Generated by
1.9.8