QxOrm  1.4.9
C++ Object Relational Mapping library

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

Go to the source code of this file.

Defines

#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.


Define Documentation

#define QX_FUNCTION_ERR_EMPTY_FCT   "Empty function"

Definition at line 49 of file QxFunctionError.h.

#define QX_FUNCTION_ERR_EMPTY_MEMBER_FCT   "Empty member function"

Definition at line 51 of file QxFunctionError.h.

#define QX_FUNCTION_ERR_INVALID_FCT   "Invalid function"

Definition at line 48 of file QxFunctionError.h.

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

Definition at line 54 of file QxFunctionError.h.

#define QX_FUNCTION_ERR_INVALID_MEMBER_FCT   "Invalid member function"

Definition at line 50 of file QxFunctionError.h.

#define QX_FUNCTION_ERR_INVALID_OWNER   "Invalid owner"

Definition at line 52 of file QxFunctionError.h.

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

Definition at line 47 of file QxFunctionError.h.

#define QX_FUNCTION_ERR_NULL_OWNER   "NULL owner"

Definition at line 53 of file QxFunctionError.h.

#define QX_FUNCTION_ERR_NUMBER_PARAMS   "Incorrect parameters count"

Definition at line 46 of file QxFunctionError.h.

#define QX_FUNCTION_ERR_UNKNOWN_ERROR   "Unknown error calling function"

Definition at line 55 of file QxFunctionError.h.