Exceptions using PYESPN
Custom Exceptions thrown by PYESPN package
API400Error
Bases: Exception
Exception raised when a 400 error is raised from the espn api
Source code in pyespn/exceptions/api.py
NoDataReturnedError
Bases: Exception
Exception raised when no data is returned from the espn api but not an error
Source code in pyespn/exceptions/api.py
JSONNotProvidedError
Bases: Exception
Exception raised when the json is not provided
Source code in pyespn/exceptions/classes.py
InvalidLeagueError
Bases: Exception
Exception raised when The league you have used is not a valid league abbreviation within pyespn.
Source code in pyespn/exceptions/leagues.py
LeagueNotAvailableError
Bases: Exception
Exception raised whenThe league you have used is within the espn api but has not been developed within pyespn at this point.
Source code in pyespn/exceptions/leagues.py
LeagueNotSupportedError
Bases: Exception
Exception raised when a league is not supported for a certain operation/client creation.
Source code in pyespn/exceptions/leagues.py
ScheduleTypeUnknownError
Bases: Exception
Exception raised when a there is not a schedule type avaiable witin pyespn