hpcflow.sdk.compact_errors#

Code to enable user-friendly exceptions and warnings that do not print the Python tracebacks, but may include additional information such as links to relevant documentation, and how to solve the problem.

Classes

CompactProblemFormatter

Compact exception/warning formatter.

FormatMixin

A mixin for CompactException and CompactWarning that provides a default format method.