The error handling configuration
The list of promises that are currently handled
Holds the last error that occurred
Contains the navigation stack that holds the last 5 served urls
Returns the last error that occurred in the system
Returns the navigation stack, containing the previously opened pages
Emits a given error object and lets it handle by the concrete error handler
Generates a new closure that is used as error handler, already scoped to a single content element component
Creates a new content element error object
Internal factory to create a new error instance
Creates a new global error object
Creates a new network error object
Internal helper that is used to print the given error object to the browser console
Adds a new location to the navigation stack
Can be used to set the concrete error handler
Returns a promise that is resolved when all error promises have been resolved completely
Generated using TypeDoc
Holds the reference to the concrete error handler that differs between spa and hybrid apps.