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