FlitterError

libflitter/errors/FlitterError~ FlitterError

An error class that provides some extra functionality specific to Flitter.


Constructor

new FlitterError(msg, …args)

Instantiate the error. Set a default component name and message.

Parameters:
Name Type Attributes Default Description
msg string Flitter encountered an error.
args * <repeatable>

Extends

  • Error

Members

component :string

Name of the Flitter component that encountered an error.

Type:
  • string

Methods

required(service) → {module:libflitter/errors/FlitterError~FlitterError}

Creates an error message for missing services by name.

Parameters:
Name Type Description
service string | Array.<string>

the name of the service or array of services that are required

Returns:
  • instance of self to allow chaining
Type
module:libflitter/errors/FlitterError~FlitterError

unit(nameopt) → {string|module:libflitter/errors/FlitterError~FlitterError}

Get or set the component name.

Parameters:
Name Type Attributes Default Description
name string | null <optional>
null

name of the component

Returns:
Type
string | module:libflitter/errors/FlitterError~FlitterError