Table of Contents

Enum RustMapsErrorKind

Namespace
RustMapsApi.Results
Assembly
RustMapsApi.dll

Categorises a failed RustMaps API call.

public enum RustMapsErrorKind

Fields

Forbidden = 2

The key lacks access to the resource (HTTP 403).

NotFound = 0

The requested resource was not found (HTTP 404).

Queued = 4

The map exists but has not finished generating (HTTP 409).

RateLimited = 3

The rate limit was exceeded (HTTP 429).

Transport = 6

A network or transport failure occurred.

Unauthorized = 1

The API key is missing or invalid (HTTP 401).

Unknown = 7

An unrecognised failure occurred.

Validation = 5

The request body or parameters were invalid (HTTP 400).