QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Define all messages when an error occured using QxFunction module of QxOrm library. More...

Go to the source code of this file.

Macros

#define QX_FUNCTION_ERR_NUMBER_PARAMS   "Incorrect parameters count"
 
#define QX_FUNCTION_ERR_INVALID_PARAM   "Invalid parameter at position 'XXX'"
 
#define QX_FUNCTION_ERR_INVALID_FCT   "Invalid function"
 
#define QX_FUNCTION_ERR_EMPTY_FCT   "Empty function"
 
#define QX_FUNCTION_ERR_INVALID_MEMBER_FCT   "Invalid member function"
 
#define QX_FUNCTION_ERR_EMPTY_MEMBER_FCT   "Empty member function"
 
#define QX_FUNCTION_ERR_INVALID_OWNER   "Invalid owner"
 
#define QX_FUNCTION_ERR_NULL_OWNER   "NULL owner"
 
#define QX_FUNCTION_ERR_INVALID_INVOKE_CALL   "Invalid 'invoke()' call"
 
#define QX_FUNCTION_ERR_UNKNOWN_ERROR   "Unknown error calling function"
 

Detailed Description

Define all messages when an error occured using QxFunction module of QxOrm library.

Author
Lionel Marty

Definition in file QxFunctionError.h.

Macro Definition Documentation

◆ QX_FUNCTION_ERR_EMPTY_FCT

#define QX_FUNCTION_ERR_EMPTY_FCT   "Empty function"

Definition at line 49 of file QxFunctionError.h.

◆ QX_FUNCTION_ERR_EMPTY_MEMBER_FCT

#define QX_FUNCTION_ERR_EMPTY_MEMBER_FCT   "Empty member function"

Definition at line 51 of file QxFunctionError.h.

◆ QX_FUNCTION_ERR_INVALID_FCT

#define QX_FUNCTION_ERR_INVALID_FCT   "Invalid function"

Definition at line 48 of file QxFunctionError.h.

◆ QX_FUNCTION_ERR_INVALID_INVOKE_CALL

#define QX_FUNCTION_ERR_INVALID_INVOKE_CALL   "Invalid 'invoke()' call"

Definition at line 54 of file QxFunctionError.h.

◆ QX_FUNCTION_ERR_INVALID_MEMBER_FCT

#define QX_FUNCTION_ERR_INVALID_MEMBER_FCT   "Invalid member function"

Definition at line 50 of file QxFunctionError.h.

◆ QX_FUNCTION_ERR_INVALID_OWNER

#define QX_FUNCTION_ERR_INVALID_OWNER   "Invalid owner"

Definition at line 52 of file QxFunctionError.h.

◆ QX_FUNCTION_ERR_INVALID_PARAM

#define QX_FUNCTION_ERR_INVALID_PARAM   "Invalid parameter at position 'XXX'"

Definition at line 47 of file QxFunctionError.h.

◆ QX_FUNCTION_ERR_NULL_OWNER

#define QX_FUNCTION_ERR_NULL_OWNER   "NULL owner"

Definition at line 53 of file QxFunctionError.h.

◆ QX_FUNCTION_ERR_NUMBER_PARAMS

#define QX_FUNCTION_ERR_NUMBER_PARAMS   "Incorrect parameters count"

Definition at line 46 of file QxFunctionError.h.

◆ QX_FUNCTION_ERR_UNKNOWN_ERROR

#define QX_FUNCTION_ERR_UNKNOWN_ERROR   "Unknown error calling function"

Definition at line 55 of file QxFunctionError.h.