📁
randomstuff.py
  • randomstuff.py
  • Clients
    • Client
    • AsyncClient
  • Data Classes
    • AIResponse
    • Joke
    • JokeFlags
    • Waifu
    • Weather
    • WeatherLocation
    • CurrentWeather
    • WeatherForecast
  • Sub modules
    • utils
  • Errors tree
    • Forbidden
      • BadAPIKey
      • PlanNotAllowed
    • ArgumentError
      • InvalidPlanError
      • InvalidVersionError
      • InvalidServerError
      • InvalidType
      • InvalidCityError
    • HTTPError
  • Brief
    • Warnings
    • Lists
    • Unique ID
    • Joke 101
    • FAQ
    • Changelogs
Powered by GitBook
On this page

Was this helpful?

  1. Errors tree
  2. ArgumentError

InvalidVersionError

The version of API you provided is invalid. This doesn't mean that it is deprecated or something but it means that the version doesn't exist at all.

Available versions are "3" and "4"

PreviousInvalidPlanErrorNextInvalidServerError

Last updated 3 years ago

Was this helpful?