civic-v2 icon indicating copy to clipboard operation
civic-v2 copied to clipboard

integrate network error alert service into more API calls

Open jmcmichael opened this issue 2 years ago • 1 comments

Currently our forms use the NetworkErrorService to display any errors resulting from an API call. Many of our API calls outside the forms do not, so when API calls to render pages fail, it's not clear to the user what happened (e.g. #455). The NetworkErrorService displays a prominent banner and can also display server error details to help reporting & fixing bugs.

jmcmichael avatar Apr 14 '22 14:04 jmcmichael