nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_errno.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
14#ifndef MPSL_ERROR_H__
15#define MPSL_ERROR_H__
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21#define NRF_EPERM 1
22#define NRF_ENOENT 2
23#define NRF_EIO 5
24#define NRF_ENOMEM 12
25#define NRF_EACCES 13
26#define NRF_EFAULT 14
27#define NRF_EINVAL 22
28#define NRF_EAGAIN 35
29#define NRF_EPROTOTYPE 41
30#define NRF_ENOPROTOOPT 42
31#define NRF_EPROTONOSUPPORT 43
32#define NRF_ESOCKTNOSUPPORT 44
33#define NRF_EOPNOTSUPP 45
34#define NRF_EAFNOSUPPORT 47
35#define NRF_EADDRINUSE 48
36#define NRF_ENETDOWN 50
37#define NRF_ENETUNREACH 51
38#define NRF_ECONNRESET 54
39#define NRF_EISCONN 56
40#define NRF_ENOTCONN 57
41#define NRF_ETIMEDOUT 60
42#define NRF_ENOBUFS 105
43
44#define NRF_EHOSTDOWN 112
45#define NRF_EINPROGRESS 115
46#define NRF_ECANCELED 125
47
48#define NRF_ENOKEY 126
49#define NRF_EKEYEXPIRED 127
50#define NRF_EKEYREVOKED 128
51#define NRF_EKEYREJECTED 129
52
53#ifdef __cplusplus
54}
55#endif
56
57#endif // MPSL_ERROR_H__
58