alphagov / notifications-net-client

.NET client for the GOV.UK Notify API
https://www.nuget.org/packages/GovukNotify/
MIT License
25 stars 20 forks source link

Add permanent-failure status for letters #150

Closed servingUpAces closed 3 years ago

servingUpAces commented 3 years ago

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