ucsschool.kelvin.client.exceptions module

exception ucsschool.kelvin.client.exceptions.InvalidRequest(msg: str = None, status: int = None, reason: str = None, url: str = None)[source]

Bases: ucsschool.kelvin.client.exceptions.KelvinClientError

exception ucsschool.kelvin.client.exceptions.InvalidToken(msg: str = None, status: int = None, reason: str = None, url: str = None)[source]

Bases: ucsschool.kelvin.client.exceptions.KelvinClientError

exception ucsschool.kelvin.client.exceptions.KelvinClientError(msg: str = None, status: int = None, reason: str = None, url: str = None)[source]

Bases: Exception

exception ucsschool.kelvin.client.exceptions.NoObject(msg: str = None, status: int = None, reason: str = None, url: str = None)[source]

Bases: ucsschool.kelvin.client.exceptions.KelvinClientError

exception ucsschool.kelvin.client.exceptions.ServerError(msg: str = None, status: int = None, reason: str = None, url: str = None)[source]

Bases: ucsschool.kelvin.client.exceptions.KelvinClientError