Module error
Source - CantGoBackAnyFurther
- Raised when the akinator is already on the 1st question / there are no more questions to go back on
- ConnectionError
- Raised when we fail the connect to the akinator servers for whatever reason
- InvalidAnswer
- Raised when an invalid answer string is used when instantiating a Language enum from str
- InvalidLanguage
- Raised when an invalid language string is used when instantiating a Language enum from str
- NoMoreQuestions
- Raised when there are no more questions the akinator can offer
- ServersDown
- Raised when the akinator servers in the requested region are down
- TechnicalError
- Raised when there is a technical internal error with the akinator servers
- TimeoutError
- Raised when the akinator session timed out waiting for a response
- Error