nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_gai_errors.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
14#ifndef NRF_GAI_ERRORS_H__
15#define NRF_GAI_ERRORS_H__
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21#define NRF_EAI_BADFLAGS -1
22#define NRF_EAI_NONAME -2
23#define NRF_EAI_AGAIN -3
24#define NRF_EAI_FAIL -4
25#define NRF_EAI_NODATA -5
26#define NRF_EAI_FAMILY -6
27#define NRF_EAI_SOCKTYPE -7
28#define NRF_EAI_SERVICE -8
29#define NRF_EAI_ADDRFAMILY -9
30#define NRF_EAI_MEMORY -10
31#define NRF_EAI_SYSTEM -11
32#define NRF_EAI_INPROGRESS -100
34#ifdef __cplusplus
35}
36#endif
37
38#endif /* NRF_GAI_ERRORS_H__ */