Field TooManyRequests
- Namespace
- GuildWars2.Http
- Assembly
- GW2SDK.dll
Equivalent to HTTP status 429. TooManyRequests indicates that the user has sent too many requests in a given amount of time.
public const HttpStatusCode TooManyRequests = (HttpStatusCode)429
Returns
- HttpStatusCode
- Equivalent to HTTP status 429. TooManyRequests indicates that the user has sent too many requests in a given amount of time.