alphagov / notifications-java-client

Java client for the GOV.UK Notify API
https://central.sonatype.com/artifact/uk.gov.service.notify/notifications-java-client
MIT License
8 stars 30 forks source link

Add permanent-failure status for letters #201

Closed servingUpAces closed 3 years ago

servingUpAces commented 3 years ago

Add permanent-failure status for letters

If a letter passes our validation but the print provider can not print the letter we should mark it as permanent-failure. An error message for permanent-failure is being added to the UI.

Technical-failure had the wrong message and validation failure will not show the pdf because the letter is in the wrong bucket.

What problem does the pull request solve?

Checklist