affresco
affresco copied to clipboard
Audit OrderFailure
See that OrderFailure type makes sense and audit/fix places where it's being used. For instance, we are wildly using UnexpectedError
in situations where probably better constructors exists.
Also I was thinking is OrderFailure
an appropriate name anymore? Cause in #373 I have added InitializationError
constructor to it, which represents an error that takes place before any order is created.