List all error code for ORDR. More...
Data Fields | |
const | ORDR0001 = 'syntax error family reference "%s" for ORDER' |
const | ORDR0002 = 'family reference "%s" not exists for ORDER' |
const | ORDR0003 = 'family reference "%s" is not a family' |
const | ORDR0004 = 'insufficient privileges to import ORDER of "%s" family ' |
const | ORDR0005 = 'family error detected "%s" for the ORDER : %s' |
const | ORDR0006 = 'family reference is empty for ORDER' |
const | ORDR0100 = 'Invalid ORDER attribute: attribute "%s" is not an attribute of "%s" family' |
List all error code for ORDR.
Errors code used when import ORDER
Definition at line 11 of file ErrorCodeORDR.php.
const ORDR0001 = 'syntax error family reference "%s" for ORDER' |
Definition at line 17 of file ErrorCodeORDR.php.
const ORDR0002 = 'family reference "%s" not exists for ORDER' |
Definition at line 22 of file ErrorCodeORDR.php.
const ORDR0003 = 'family reference "%s" is not a family' |
Definition at line 27 of file ErrorCodeORDR.php.
const ORDR0004 = 'insufficient privileges to import ORDER of "%s" family ' |
Definition at line 32 of file ErrorCodeORDR.php.
const ORDR0005 = 'family error detected "%s" for the ORDER : %s' |
Definition at line 37 of file ErrorCodeORDR.php.
const ORDR0006 = 'family reference is empty for ORDER' |
Definition at line 42 of file ErrorCodeORDR.php.
const ORDR0100 = 'Invalid ORDER attribute: attribute "%s" is not an attribute of "%s" family' |
Definition at line 47 of file ErrorCodeORDR.php.