The karbor.api.middleware.fault Module

class karbor.api.middleware.fault.FaultWrapper(application)

Bases: karbor.wsgi.common.Middleware

Calls down the middleware stack, making exceptions into faults.

static status_to_type(status)