Unexpected Status Code Exception
class UnexpectedStatusCodeException(statusCode: Int, headers: DeepSeekHeaders, error: DeepSeekError?, message: String?) : DeepSeekException
Thrown for any non-2xx status not covered by the other subclasses.