mixinafReflux::Errors

afReflux::Errors

@Js

(Service) - Maintains a list of errors incurred by the application. Errors are displayed in the ErrorsPanel.

Errors are not persisted and are only held in memory.

add

Source

abstract Void add(Err err, Bool skipEventRaising := false)

Adds the given Err to the ErrorsPanel and raises an onError event from RefluxEvent.

If skipEventRaising is true then the error is simply added to the list; a RefluxEvent.onError() event is not raised.

errors

Source

abstract Error[] errors()

The list of errors.