nrfxlib API 0.1.0
Loading...
Searching...
No Matches
nrf_nfc_errno.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
7#ifndef NRF_NFC_ERRNO_H__
8#define NRF_NFC_ERRNO_H__
9
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23#define NRF_EPERM 1
24#define NRF_ENOENT 2
25#define NRF_EIO 5
26#define NRF_ENOEXEC 8
27#define NRF_EBADF 9
28#define NRF_ENOMEM 12
29#define NRF_EACCES 13
30#define NRF_EFAULT 14
31#define NRF_ENODEV 19
32#define NRF_EINVAL 22
33#define NRF_EMFILE 24
34#define NRF_ENOSPC 28
35#define NRF_EAGAIN 35
36#define NRF_EDOM 37
37#define NRF_EMSGSIZE 40
38#define NRF_EPROTOTYPE 41
39#define NRF_ENOPROTOOPT 42
40#define NRF_EPROTONOSUPPORT 43
41#define NRF_ESOCKTNOSUPPORT 44
42#define NRF_EOPNOTSUPP 45
43#define NRF_EAFNOSUPPORT 47
44#define NRF_EADDRINUSE 48
45#define NRF_ENETDOWN 50
46#define NRF_ENETUNREACH 51
47#define NRF_ENETRESET 52
48#define NRF_ECONNRESET 54
49#define NRF_EISCONN 56
50#define NRF_ENOTCONN 57
51#define NRF_ETIMEDOUT 60
52#define NRF_EBADMSG 77
53#define NRF_ENOBUFS 105
55#define NRF_EHOSTDOWN 112
56#define NRF_EALREADY 114
57#define NRF_EINPROGRESS 115
58#define NRF_ECANCELED 125
60#define NRF_ENOKEY 126
61#define NRF_EKEYEXPIRED 127
62#define NRF_EKEYREVOKED 128
63#define NRF_EKEYREJECTED 129
65#ifdef __cplusplus
66}
67#endif
68
73#endif // NRF_NFC_ERRNO_H__