C++ Client-Side SDK
LaunchDarkly SDK
error_kind.h
Go to the documentation of this file.
1 
4 // NOLINTBEGIN modernize-use-using
5 #pragma once
6 
8 
9 #ifdef __cplusplus
10 extern "C" { // only need to export C interface if
11 // used by C++ source code
12 #endif
13 
23 
28 
34 
39 
46 };
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 // NOLINTEND modernize-use-using
LDDataSourceStatus_ErrorKind
Definition: error_kind.h:17
@ LD_DATASOURCESTATUS_ERRORKIND_ERROR_RESPONSE
Definition: error_kind.h:33
@ LD_DATASOURCESTATUS_ERRORKIND_UNKNOWN
Definition: error_kind.h:22
@ LD_DATASOURCESTATUS_ERRORKIND_NETWORK_ERROR
Definition: error_kind.h:27
@ LD_DATASOURCESTATUS_ERRORKIND_STORE_ERROR
Definition: error_kind.h:45
@ LD_DATASOURCESTATUS_ERRORKIND_INVALID_DATA
Definition: error_kind.h:38
Export macros for C bindings.