IntegrationsErrors

Typescript errors are handled in the src/app/error.ts pages. Error 404 (not found) is handled in the src/app/not-found.ts component.

Furthermore, you can find a number of error helpers in thesrc/app/helpers/errors/error-responses.helpers.ts file. Using them, you will make sure your errors are always predictable and consistent across the requests.