pluserable.httpexceptions module

exception pluserable.httpexceptions.HTTPBadRequest(errors)[source]

Bases: pluserable.httpexceptions.JSONError

exception pluserable.httpexceptions.HTTPInternalServerError(errors)[source]

Bases: pluserable.httpexceptions.JSONError

exception pluserable.httpexceptions.HTTPUnauthorized(errors)[source]

Bases: pluserable.httpexceptions.JSONError

exception pluserable.httpexceptions.JSONError(errors, status=400)[source]

Bases: pyramid.httpexceptions.HTTPError