client-c  0.8.1
kaa_error.h
Go to the documentation of this file.
1 
24 #ifndef KAA_ERROR_H_
25 #define KAA_ERROR_H_
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 typedef enum {
33 
34  /* General errors */
52 
56 
59 
63 
67 } kaa_error_t;
68 
69 #ifdef __cplusplus
70 } /* extern "C" */
71 #endif
72 #endif /* KAA_ERROR_H_ */
kaa_error_t
Definition: kaa_error.h:31