ErrorHandler

Actors send error messages to others by returning an error (see Errors) from a message handler. Similar to exit messages, error messages usually cause the receiving actor to terminate, unless a custom handler was installed. The default handler is used as fallback if request is used without error handler.

alias ErrorHandler = void delegate @safe nothrow

Meta