List all error code for KEYS. More...
Data Fields | |
const | KEYS0001 = 'syntax error family reference "%s" for KEYS' |
const | KEYS0002 = 'family reference "%s" not exists for KEYS' |
const | KEYS0003 = 'family reference "%s" is not a family' |
const | KEYS0004 = 'insufficient privileges to import KEYS of "%s" family ' |
const | KEYS0005 = 'family error detected "%s" for the KEYS : %s' |
const | KEYS0006 = 'family reference is empty for KEYS' |
const | KEYS0100 = 'attribute "%s" is not a part of "%s" family for KEYS' |
const | KEYS0101 = 'no attribute found in KEYS "%s"' |
const | KEYS0102 = 'two many attributes "%s" found in KEYS "%s"' |
List all error code for KEYS.
Errors code used when import KEYS
Definition at line 12 of file ErrorCodeKEYS.php.
const KEYS0001 = 'syntax error family reference "%s" for KEYS' |
Definition at line 18 of file ErrorCodeKEYS.php.
const KEYS0002 = 'family reference "%s" not exists for KEYS' |
Definition at line 23 of file ErrorCodeKEYS.php.
const KEYS0003 = 'family reference "%s" is not a family' |
Definition at line 28 of file ErrorCodeKEYS.php.
const KEYS0004 = 'insufficient privileges to import KEYS of "%s" family ' |
Definition at line 33 of file ErrorCodeKEYS.php.
const KEYS0005 = 'family error detected "%s" for the KEYS : %s' |
Definition at line 38 of file ErrorCodeKEYS.php.
const KEYS0006 = 'family reference is empty for KEYS' |
Definition at line 43 of file ErrorCodeKEYS.php.
const KEYS0100 = 'attribute "%s" is not a part of "%s" family for KEYS' |
Definition at line 48 of file ErrorCodeKEYS.php.
const KEYS0101 = 'no attribute found in KEYS "%s"' |
Definition at line 53 of file ErrorCodeKEYS.php.
const KEYS0102 = 'two many attributes "%s" found in KEYS "%s"' |
Definition at line 58 of file ErrorCodeKEYS.php.