Enum RustMapsErrorKind
- Namespace
- RustMapsApi.Results
- Assembly
- RustMapsApi.dll
Categorises a failed RustMaps API call.
public enum RustMapsErrorKind
Fields
Forbidden = 2The key lacks access to the resource (HTTP 403).
NotFound = 0The requested resource was not found (HTTP 404).
Queued = 4The map exists but has not finished generating (HTTP 409).
RateLimited = 3The rate limit was exceeded (HTTP 429).
Transport = 6A network or transport failure occurred.
The API key is missing or invalid (HTTP 401).
Unknown = 7An unrecognised failure occurred.
Validation = 5The request body or parameters were invalid (HTTP 400).