Errors (Exceptions) - DarkCat09/python-aternos GitHub Wiki

AternosError

Base class for all errors in this module.
Inherited from Exception.

AternosCredentialsError

This error means a function can't parse credentials
from cookies (ATERNOS_SESSION) or page (TOKEN).
Inherited from AternosError.

AternosServerStartError

That means an error happened while starting a server.
Details must be described in message.
Inherited from AternosError.