fhelium.compile._errors
Errors reported by source-oriented compiler frontends and drivers.
CaptureError
class View source
python
CaptureError()1
Bases: CompileError, RuntimeError
Reject a source callable that the selected frontend cannot capture.
CompileError
class View source
python
CompileError()1
Bases: Exception
Base error for the source-oriented compile package.
CompileInputError
class View source
python
CompileInputError()1
Bases: CompileError, ValueError
Reject a malformed source or frontend declaration.
PlanningError
class View source
python
PlanningError()1
Bases: CompileError, RuntimeError
Report that a selected transform cannot make its requested decision.