BLUECONFIG_ERROR

ZCUSTOMERROR~ BLUECONFIG_ERROR

Custom Blueconfig errors are used to identify: Blueconfig internal error, Schema error or config error.

This class is Parent of all other Blueconfig errors, all errors are inherited of this one.

Constructor

new BLUECONFIG_ERROR(message)

Source:
Example
if (myError instanceof BLUECONFIG_ERROR) {
  console.log('is blueconfig error');
}
Parameters:
message String

Error message

Extends

  • Error