ironic.api.middleware.parsable_error module

Middleware to replace the plain text message body of an error response with one formatted so the client can parse it.

Based on pecan.middleware.errordocument

class ironic.api.middleware.parsable_error.ParsableErrorMiddleware(app)[source]

Bases: object

Replace error body with something the client can parse.