Custom Exceptions¶
Special Exception subclasses
-
exception
xbox.webapi.common.exceptions.XboxException¶ Bases:
ExceptionBase exception for all Xbox exceptions to subclass
-
exception
xbox.webapi.common.exceptions.AuthenticationException¶ Bases:
xbox.webapi.common.exceptions.XboxExceptionRaised when logging in fails, likely due to incorrect auth credentials
-
exception
xbox.webapi.common.exceptions.TwoFactorAuthRequired(message, server_data)¶
-
exception
xbox.webapi.common.exceptions.InvalidRequest(message, response)¶
-
exception
xbox.webapi.common.exceptions.NotFoundException¶ Bases:
xbox.webapi.common.exceptions.XboxExceptionAny exception raised due to a resource being missing will subclass this