Constructor
new BLUECONFIG_ERROR(message)
Example
if (myError instanceof BLUECONFIG_ERROR) {
console.log('is blueconfig error');
}
Parameters:
-
message
String -
Error message
Extends
- 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.
if (myError instanceof BLUECONFIG_ERROR) {
console.log('is blueconfig error');
}
message
String
Error message