nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_rpc_errno.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NRF_ERRNO_H__
8#define NRF_ERRNO_H__
9
18#define NRF_EPERM 1
19#define NRF_ENOENT 2
20#define NRF_EIO 5
21#define NRF_ENOEXEC 8
22#define NRF_EBADF 9
23#define NRF_ENOMEM 12
24#define NRF_EACCES 13
25#define NRF_EFAULT 14
26#define NRF_ENODEV 19
27#define NRF_EINVAL 22
28#define NRF_EMFILE 24
29#define NRF_ENOSPC 28
30#define NRF_EPIPE 32
31#define NRF_EAGAIN 35
32#define NRF_EDOM 37
33#define NRF_EMSGSIZE 40
34#define NRF_EPROTOTYPE 41
35#define NRF_ENOPROTOOPT 42
36#define NRF_EPROTONOSUPPORT 43
37#define NRF_ESOCKTNOSUPPORT 44
38#define NRF_EOPNOTSUPP 45
39#define NRF_EAFNOSUPPORT 47
40#define NRF_EADDRINUSE 48
41#define NRF_ENETDOWN 50
42#define NRF_ENETUNREACH 51
43#define NRF_ENETRESET 52
44#define NRF_ECONNRESET 54
45#define NRF_EISCONN 56
46#define NRF_ENOTCONN 57
47#define NRF_ETIMEDOUT 60
48#define NRF_EBADMSG 77
49#define NRF_ENOBUFS 105
51#define NRF_EHOSTDOWN 112
52#define NRF_EALREADY 114
53#define NRF_EINPROGRESS 115
54#define NRF_ECANCELED 125
56#define NRF_ENOKEY 126
57#define NRF_EKEYEXPIRED 127
58#define NRF_EKEYREVOKED 128
59#define NRF_EKEYREJECTED 129
65#endif // NRF_ERRNO_H__