Home
last modified time | relevance | path

Searched refs:COAP_ERROR_BASE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/
A Diotx_coap_internal.h72 #define COAP_ERROR_BASE (1 << 8) macro
78 #define COAP_ERROR_NULL (COAP_ERROR_BASE | 2) /* Null Pointer */
79 #define COAP_ERROR_MALLOC (COAP_ERROR_BASE | 3)
83 #define COAP_ERROR_INVALID_URI (COAP_ERROR_BASE | 6)
84 #define COAP_ERROR_NOT_FOUND (COAP_ERROR_BASE | 7)
85 #define COAP_ERROR_NET_INIT_FAILED (COAP_ERROR_BASE | 8)
87 #define COAP_ERROR_WRITE_FAILED (COAP_ERROR_BASE | 10)
88 #define COAP_ERROR_READ_FAILED (COAP_ERROR_BASE | 11)
89 #define COAP_ERROR_ENCRYPT_FAILED (COAP_ERROR_BASE | 12)
90 #define COAP_ERROR_UNSUPPORTED (COAP_ERROR_BASE | 13)
[all …]
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dalcs_api.h13 #define ALCS_ERR_AUTH_BASE (COAP_ERROR_BASE | 100)

Completed in 3 milliseconds