CUBRID Engine  latest
broker_error_msg.i
Go to the documentation of this file.
1 /* WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
2  * This file is automatically generated from 'error_text'.
3  * Don't ever edit this file. Edit 'error_text' instead.
4  * - Pyung-Chul Kim.
5  */
6 
7 /* UW_ER_NO_ERROR (0) */
8 No error.,
9 /* UW_ER_NO_REQUEST_METHOD (1) */
10  The REQUEST_METHOD environment variable is not set.,
11 /* UW_ER_NOT_SUPPORTED_REQUEST_METHOD (2) */
12 
13  The value specified in the REQUEST_METHOD environment variable is not
14  supported.,
15 /* UW_ER_NO_APPL_NAME (3) */
16  The script file is not specified.,
17 /* UW_ER_CANT_CREATE_SOCKET (4) */
18  Cannot create a Unix Stream Socket.,
19 /* UW_ER_CANT_CONNECT (5) */
20  Cannot connect to the server.You must initialize the UniWEB.,
21 /* UW_ER_CANT_BIND (6) */
22 
23  Cannot bind the socket to the port number.Typically,
24  the port number is already being used or not removed due to the abnormal
25  termination.,
26 /* UW_ER_SOCKET_NOT_INITIALIZED (7) */
27  The socket has not been initialized.,
28 /* UW_ER_CANT_ACCEPT (8) */
29  Cannot accept the client request from the socket.,
30 /* UW_ER_NO_MORE_MEMORY (9) */
31  Memory allocation failed.No more memory is available.,
32 /* UW_ER_NO_FREE_UTS (10) */
33  Cannot process the request.Try again later.,
34 /* UW_ER_NO_SESSION_UTS (11) */
35  Cannot assign session.Try again later.,
36 /* UW_ER_SESSION_NOT_FOUND (12) */
37  Session ID is not valid.,
38 /* UW_ER_SHM_OPEN (13) */
39  Cannot open shared memory.,
40 /* UW_ER_SCRIPT_FILE (14) */
41  Cannot open the script file.Check the file name and path.,
42 /* UW_ER_UNKNOWN_FILE_C (15) */
43  Unknown script file type.You have to use the.html, htm, hdml, app, appl.,
44 /* UW_ER_UNKNOWN_FILE_W (16) */
45  Unknown script file type.You have to use the.html, htm, hdml, app, appl.,
46 /* UW_ER_DB_NOT_INITIALIZED (17) */
47 
48  The database has not been initialized.
49  You need to initialize the database by using UW_DATABASE_ENV command.,
50 /* UW_ER_SQL_HANDLE_NOT_FOUND (18) */
51  SQL HANDLE is not valid.,
52 /* UW_ER_INVALID_OBJECT (19) */
53  Object is not valid.,
54 /* UW_ER_INVALID_BIT (20) */
55  Invalid bit string,
56 /* UW_ER_INVALID_CHAR (21) */
57  Invalid string,
58 /* UW_ER_INVALID_DOUBLE (22) */
59  Invalid double format,
60 /* UW_ER_INVALID_FLOAT (23) */
61  Invalid float format,
62 /* UW_ER_INVALID_INT (24) */
63  Invalid integer format,
64 /* UW_ER_INVALID_MONETARY (25) */
65  Invalid monetary format,
66 /* UW_ER_INVALID_NUMERIC (26) */
67  Invalid numeric format,
68 /* UW_ER_INVALID_SET (27) */
69  Invalid set format,
70 /* UW_ER_INVALID_SET_DOM (28) */
71  The domain of a set must be same data type.,
72 /* UW_ER_INVALID_DOMAIN (29) */
73  Unknown data type,
74 /* UW_ER_CMD_ARGS (30) */
75  The argument is invalid.Check the argument.,
76 /* UW_ER_NOT_SUPPORT_SH_CMD (31) */
77  The command is not supported by unitclsh.,
78 /* UW_ER_COMMUNICATION (32) */
79  communication error,
80 /* UW_ER_DOMAIN_NON_SET (33) */
81  The attribute domain must be set type.,
82 /* UW_ER_DIVIDE_BY_ZERO (34) */
83  divide by zero,
84 /* UW_ER_FILE_MNG (35) */
85  uw_file_mng error,
86 /* UW_ER_FILE_REMOVE (36) */
87  Cannot remove a file.,
88 /* UW_ER_FILE_COPY (37) */
89  Cannot copy a file.,
90 /* UW_ER_FILE_MOVE (38) */
91  Cannot move a file.,
92 /* UW_ER_DIR_REMOVE (39) */
93  Cannot remove a directory.,
94 /* UW_ER_DIR_MAKE (40) */
95  Cannot create a directory.,
96 /* UW_ER_FILE_CREATE (41) */
97  Cannot create a file.Check the directory.,
98 /* UW_ER_FCNTL (42) */
99  fcntl error,
100 /* UW_ER_POST_DATA (43) */
101  Cannot read a post data.,
102 /* UW_ER_OPEN_TEMP_FILE (44) */
103  Cannot open a temporary file.,
104 /* UW_ER_FILE_UPLOAD (45) */
105  File upload error,
106 /* UW_ER_FILE_WRITE (46) */
107  You have no right to write in the directory specified.,
108 /* UW_ER_SERVER_INFO (47) */
109  Cannot identify server information.Check the server.conf file.,
110 /* UW_ER_DISP_WORK_DIR (48) */
111  Check the working directory of dispatcher.,
112 /* UW_ER_WIN_SERVER_CONF (49) */
113 
114  Cannot identify the uniweb configuration file.
115  Check the contents of configuration.,
116 /* UW_ER_INVALID_CLIENT (50) */
117  Authorization error.,
118 /* UW_ER_SHM_OPEN_MAGIC (51) */
119  Cannot open shared
120 memory (Version mismatched).