You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
This was the case because back when we were using Monix BIO not all errors were exceptions.
Now that they all are we can rely on the ExceptionHandler and RejectionHandler provided by akka
Acceptance criteria
There is no impact on error/rejection handling
Code should be simplified
This section should be about results in domain terms, not implementation details.
Implementation notes
Every plugin will have to register its ExceptionHandler (it should be easy with Distage)
ResponseToJsonLd should only take care of the success path
The text was updated successfully, but these errors were encountered:
Motivation
This was the case because back when we were using Monix BIO not all errors were exceptions.
Now that they all are we can rely on the
ExceptionHandler
andRejectionHandler
provided by akkaAcceptance criteria
This section should be about results in domain terms, not implementation details.
Implementation notes
ExceptionHandler
(it should be easy with Distage)ResponseToJsonLd
should only take care of the success pathThe text was updated successfully, but these errors were encountered: