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
UsagePolicyException 'split' into two exceptions: UsagePolicyPermissionException and UsagePolicyExpiredException
UsagePolicyPermissionException is thrown when a permission validation fails and contains the information from the IRS policy checker response
UsagePolicyExpiredException is thrown when the policy's validUntil DateTime < current DateTime and contains information about the expiration date and other relevant information similar to the IRS policy checker response
When UsagePolicyPermissionException or UsagePolicyExpiredException are thrown, an error toast message is shown to the user containing a short message about the exception type
As user ,
I want to see why exactly a notification was not sent,
so that I know what to do in order to resend the notification successfully.
Hints / Details
Implement concept #521
Acceptance Criteria
Backend:
Frontend:
Out of Scope
Changes to the status transitions are handled in the concept #436
The text was updated successfully, but these errors were encountered: