Unprocessable Entity Exception
class UnprocessableEntityException(headers: DeepSeekHeaders, error: DeepSeekError?, message: String?) : DeepSeekException
Thrown for HTTP 422 — the request is syntactically valid but semantically invalid (for example, a parameter is outside its allowed range).