Overload Server Exception
class OverloadServerException(headers: DeepSeekHeaders, error: DeepSeekError?, message: String?) : DeepSeekException
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.