trackmania.errors module

exception trackmania.errors.InvalidIDError(*args)[source]

Bases: InvalidPlayerException

Raised when an Invalid ID is given.

exception trackmania.errors.InvalidPlayerException[source]

Bases: TrackmaniaException

Base Exception class for Player-Related exceptions

exception trackmania.errors.InvalidTOTDDate(*args)[source]

Bases: TrackmaniaException

Raised when an invalid TOTD Date is given.

exception trackmania.errors.InvalidTrophyNumber(*args)[source]

Bases: TrackmaniaException

exception trackmania.errors.InvalidUsernameError(*args)[source]

Bases: InvalidPlayerException

Raised when a username is not valid.

exception trackmania.errors.NoUserAgentSetError[source]

Bases: Exception

Raised when a User-Agent is not set.

exception trackmania.errors.TMIOException[source]

Bases: Exception

BASE exception class for errors from trackmania.io

exception trackmania.errors.TrackmaniaException[source]

Bases: Exception

BASE exception class for py-tmio