Register an error handler for an error status. There can only be one handler per status.
The status the handler should be registered for.
The handler that should be registered.
Unregister an error handler for a status.
The status the handler should be unregistered from.
The handler that should be unregistered.
Execute the error handler for a status.
The status for which the handler should be executed.
An object describing the error.
The MeshRequest.
The MeshResponse
A promise, that will be fulfilled once the error handler has been executed and will be rejected if executing the error handler fails.
Generated using TypeDoc
Error handler store. This store keeps the registered error handlers. Go through the Mesh API to register an error handler.