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
leomendoza123
changed the title
Use of ErrorHandlerService should be use on every server request
ErrorHandlerService should be use on every server request
May 20, 2020
Let's make sure all calls to the backend pipe the
ErrorHandlerService
and do theretry(3)
if an error is thrown.This requires us to fix the following endpoints, and make sure all other server calls catch errors with this service.
orcid-angular/src/app/core/disco/disco.service.ts
Lines 13 to 17 in de1e100
and
orcid-angular/src/app/core/togglz/togglz.service.ts
Lines 16 to 20 in de1e100
The text was updated successfully, but these errors were encountered: