UnauthorizedException

Thrown for HTTP 401 — the API key is missing, invalid, or revoked.

Verify the token passed to org.oremif.deepseek.client.DeepSeekClient or create a new key at https://platform.deepseek.com/api_keys.

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