OverloadServerException

Thrown for HTTP 503 — the DeepSeek service is temporarily overloaded.

Retry after a brief wait. The Ktor retry plugin already retries this status automatically up to the default retry limit.

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