Searched refs:NWCM_ERROR_CODE (Results 1 – 1 of 1) sorted by relevance
42 #define NWCM_ERROR_CODE(code) ((s32)(NWCM_ERROR_BASE|(code))) macro44 NWCM_ERR_PARAM = NWCM_ERROR_CODE(1), /* Parameter error */45 …NWCM_ERR_INIT = NWCM_ERROR_CODE(2), /* Cannot run because it is in initialized state */46 … NWCM_ERR_FINISH = NWCM_ERROR_CODE(3), /* Cannot run because it is in terminated state */47 NWCM_ERR_CONFVER = NWCM_ERROR_CODE(4), /* Setting version error */48 NWCM_ERR_STATE = NWCM_ERROR_CODE(5), /* State error */49 NWCM_ERR_EXIST = NWCM_ERROR_CODE(6), /* Already created */50 NWCM_ERR_NOMEM = NWCM_ERROR_CODE(7), /* Insufficient memory */51 NWCM_ERR_TIMEOUT = NWCM_ERROR_CODE(8), /* timeout */