Skip to content

Exceptions API Reference

boilermaker.app.BoilermakerAppException(message, errors)

Bases: Exception

Source code in boilermaker/exc.py
def __init__(self, message: str, errors: list):
    super().__init__(message + str(errors))
    self.errors = errors

options: show_root_heading: true show_source: true heading_level: 2

Failure Handling

boilermaker.failure.TaskFailureResult = _TaskFailureResult() module-attribute

options: show_root_heading: true show_source: true heading_level: 2