mixinafReflux::Errors

afReflux::Errors

(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)

Adds the given Err to the ErrorsPanel.

errors

Source

abstract Error[] errors()

The list of errors.