19 #include <mgmapi_error.h>
22 { NDB_MGM_NO_ERROR,
"No error" },
25 { NDB_MGM_ILLEGAL_CONNECT_STRING,
"Illegal connect string" },
26 { NDB_MGM_ILLEGAL_SERVER_HANDLE,
"Illegal server handle" },
27 { NDB_MGM_ILLEGAL_SERVER_REPLY,
"Illegal reply from server" },
28 { NDB_MGM_ILLEGAL_NUMBER_OF_NODES,
"Illegal number of nodes" },
29 { NDB_MGM_ILLEGAL_NODE_STATUS,
"Illegal node status" },
30 { NDB_MGM_OUT_OF_MEMORY,
"Out of memory" },
31 { NDB_MGM_SERVER_NOT_CONNECTED,
"Management server not connected" },
32 { NDB_MGM_COULD_NOT_CONNECT_TO_SOCKET,
"Could not connect to socket" },
35 { NDB_MGM_START_FAILED,
"Start failed" },
36 { NDB_MGM_STOP_FAILED,
"Stop failed" },
37 { NDB_MGM_RESTART_FAILED,
"Restart failed" },
40 { NDB_MGM_COULD_NOT_START_BACKUP,
"Could not start backup" },
41 { NDB_MGM_COULD_NOT_ABORT_BACKUP,
"Could not abort backup" },
44 { NDB_MGM_COULD_NOT_ENTER_SINGLE_USER_MODE,
45 "Could not enter single user mode" },
46 { NDB_MGM_COULD_NOT_EXIT_SINGLE_USER_MODE,
47 "Could not exit single user mode" },
50 { NDB_MGM_CONFIG_CHANGE_FAILED,
51 "Failed to complete configuration change" },
52 { NDB_MGM_GET_CONFIG_FAILED,
53 "Failed to get configuration" },
56 { NDB_MGM_USAGE_ERROR,
60 const int ndb_mgm_noOfErrorMsgs =