app.model.lib.errors#

Exceptions#

LoginRequired

Exception raised by handlers to request a redirect to the login page

ClientError

Exception raised by JSON handlers that is meant to be rendered with a status 400

Module Contents#

exception app.model.lib.errors.LoginRequired[source]#

Bases: Exception

Exception raised by handlers to request a redirect to the login page

exception app.model.lib.errors.ClientError[source]#

Bases: Exception

Exception raised by JSON handlers that is meant to be rendered with a status 400