PATH_INVALID

ZCUSTOMERROR~ PATH_INVALID

Fired when we try to access to missed value (e.g.: base.path.undefined.undefined.name where undefined doesn't exist)

Constructor

new PATH_INVALID(fullname, path, name, value)

Source:
Parameters:
fullname String

Return the full selector of value missed (e.g.: base.path.name)

path Array

Return the nearest full selector before missed key (e.g.: ['base', 'path'])

name String

Return the property name missing or invalid value

value *

Return the value (should be an object)

Extends

  • BLUECONFIG_ERROR