membrane_core icon indicating copy to clipboard operation
membrane_core copied to clipboard

Raise asap when fatal errors happen

Open mat-hek opened this issue 5 years ago • 0 comments

In some places, we're returning an error tuple despite the error is irrecoverable. We should find all such places in the core and replace them with raises. We should also check for error reasons that are never matched on or are undocumented/without spec.

mat-hek avatar Feb 14 '20 10:02 mat-hek