RateLimitException

Thrown for HTTP 429 — the client exceeded the allowed request rate.

Consult the Retry-After response header (available via headers) before retrying.

Constructors

Link copied to clipboard
constructor(headers: DeepSeekHeaders, error: DeepSeekError?, message: String?)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

Parsed error payload, or null if the body could not be decoded

Link copied to clipboard

Response headers snapshot (case-insensitive lookups)

Link copied to clipboard
expect open val message: String?
Link copied to clipboard

HTTP status code returned by the API