1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305
// Copyright (c) 2022 John Millikin <john@john-millikin.com>
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted.
//
// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
// AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
// INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
// LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
// OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
//
// SPDX-License-Identifier: 0BSD
#![allow(unused)]
errno_constants! {
// https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/asm-generic/errno-base.h?h=v5.19
/// Operation not permitted
EPERM = 1,
/// No such file or directory
ENOENT = 2,
/// No such process
ESRCH = 3,
/// Interrupted system call
EINTR = 4,
/// I/O error
EIO = 5,
/// No such device or address
ENXIO = 6,
/// Argument list too long
E2BIG = 7,
/// Exec format error
ENOEXEC = 8,
/// Bad file number
EBADF = 9,
/// No child processes
ECHILD = 10,
/// Try again
EAGAIN = 11,
/// Out of memory
ENOMEM = 12,
/// Permission denied
EACCES = 13,
/// Bad address
EFAULT = 14,
/// Block device required
ENOTBLK = 15,
/// Device or resource busy
EBUSY = 16,
/// File exists
EEXIST = 17,
/// Cross-device link
EXDEV = 18,
/// No such device
ENODEV = 19,
/// Not a directory
ENOTDIR = 20,
/// Is a directory
EISDIR = 21,
/// Invalid argument
EINVAL = 22,
/// File table overflow
ENFILE = 23,
/// Too many open files
EMFILE = 24,
/// Not a typewriter
ENOTTY = 25,
/// Text file busy
ETXTBSY = 26,
/// File too large
EFBIG = 27,
/// No space left on device
ENOSPC = 28,
/// Illegal seek
ESPIPE = 29,
/// Read-only file system
EROFS = 30,
/// Too many links
EMLINK = 31,
/// Broken pipe
EPIPE = 32,
/// Math argument out of domain of func
EDOM = 33,
/// Math result not representable
ERANGE = 34,
// https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/parisc/include/uapi/asm/errno.h?h=v5.19
/// No message of desired type
ENOMSG = 35,
/// Identifier removed
EIDRM = 36,
/// Channel number out of range
ECHRNG = 37,
/// Level 2 not synchronized
EL2NSYNC = 38,
/// Level 3 halted
EL3HLT = 39,
/// Level 3 reset
EL3RST = 40,
/// Link number out of range
ELNRNG = 41,
/// Protocol driver not attached
EUNATCH = 42,
/// No CSI structure available
ENOCSI = 43,
/// Level 2 halted
EL2HLT = 44,
/// Resource deadlock would occur
EDEADLK = 45,
/// No record locks available
ENOLCK = 46,
/// Illegal byte sequence
EILSEQ = 47,
/// Machine is not on the network
ENONET = 50,
/// No data available
ENODATA = 51,
/// Timer expired
ETIME = 52,
/// Out of streams resources
ENOSR = 53,
/// Device not a stream
ENOSTR = 54,
/// Package not installed
ENOPKG = 55,
/// Link has been severed
ENOLINK = 57,
/// Advertise error
EADV = 58,
/// Srmount error
ESRMNT = 59,
/// Communication error on send
ECOMM = 60,
/// Protocol error
EPROTO = 61,
/// Multihop attempted
EMULTIHOP = 64,
/// RFS specific error
EDOTDOT = 66,
/// Not a data message
EBADMSG = 67,
/// Too many users
EUSERS = 68,
/// Quota exceeded
EDQUOT = 69,
/// Stale file handle
ESTALE = 70,
/// Object is remote
EREMOTE = 71,
/// Value too large for defined data type
EOVERFLOW = 72,
/// Invalid exchange
EBADE = 160,
/// Invalid request descriptor
EBADR = 161,
/// Exchange full
EXFULL = 162,
/// No anode
ENOANO = 163,
/// Invalid request code
EBADRQC = 164,
/// Invalid slot
EBADSLT = 165,
/// Bad font file format
EBFONT = 166,
/// Name not unique on network
ENOTUNIQ = 167,
/// File descriptor in bad state
EBADFD = 168,
/// Remote address changed
EREMCHG = 169,
/// Can not access a needed shared library
ELIBACC = 170,
/// Accessing a corrupted shared library
ELIBBAD = 171,
/// .lib section in a.out corrupted
ELIBSCN = 172,
/// Attempting to link in too many shared libraries
ELIBMAX = 173,
/// Cannot exec a shared library directly
ELIBEXEC = 174,
/// Interrupted system call should be restarted
ERESTART = 175,
/// Streams pipe error
ESTRPIPE = 176,
/// Structure needs cleaning
EUCLEAN = 177,
/// Not a XENIX named type file
ENOTNAM = 178,
/// No XENIX semaphores available
ENAVAIL = 179,
/// Is a named type file
EISNAM = 180,
/// Remote I/O error
EREMOTEIO = 181,
/// No medium found
ENOMEDIUM = 182,
/// Wrong medium type
EMEDIUMTYPE = 183,
/// Required key not available
ENOKEY = 184,
/// Key has expired
EKEYEXPIRED = 185,
/// Key has been revoked
EKEYREVOKED = 186,
/// Key was rejected by service
EKEYREJECTED = 187,
/// symbol does not exist in executable
ENOSYM = 215,
/// Socket operation on non-socket
ENOTSOCK = 216,
/// Destination address required
EDESTADDRREQ = 217,
/// Message too long
EMSGSIZE = 218,
/// Protocol wrong type for socket
EPROTOTYPE = 219,
/// Protocol not available
ENOPROTOOPT = 220,
/// Protocol not supported
EPROTONOSUPPORT = 221,
/// Socket type not supported
ESOCKTNOSUPPORT = 222,
/// Operation not supported on transport endpoint
EOPNOTSUPP = 223,
/// Protocol family not supported
EPFNOSUPPORT = 224,
/// Address family not supported by protocol
EAFNOSUPPORT = 225,
/// Address already in use
EADDRINUSE = 226,
/// Cannot assign requested address
EADDRNOTAVAIL = 227,
/// Network is down
ENETDOWN = 228,
/// Network is unreachable
ENETUNREACH = 229,
/// Network dropped connection because of reset
ENETRESET = 230,
/// Software caused connection abort
ECONNABORTED = 231,
/// Connection reset by peer
ECONNRESET = 232,
/// No buffer space available
ENOBUFS = 233,
/// Transport endpoint is already connected
EISCONN = 234,
/// Transport endpoint is not connected
ENOTCONN = 235,
/// Cannot send after transport endpoint shutdown
ESHUTDOWN = 236,
/// Too many references: cannot splice
ETOOMANYREFS = 237,
/// Connection timed out
ETIMEDOUT = 238,
/// Connection refused
ECONNREFUSED = 239,
/// Remote peer released connection
EREMOTERELEASE = 240,
/// Host is down
EHOSTDOWN = 241,
/// No route to host
EHOSTUNREACH = 242,
/// Operation already in progress
EALREADY = 244,
/// Operation now in progress
EINPROGRESS = 245,
/// Directory not empty
ENOTEMPTY = 247,
/// File name too long
ENAMETOOLONG = 248,
/// Too many symbolic links encountered
ELOOP = 249,
/// Function not implemented
ENOSYS = 251,
/// aio request was canceled before complete (POSIX.4 / HPUX)
ECANCELLED = 253,
/// Owner died
EOWNERDEAD = 254,
/// State not recoverable
ENOTRECOVERABLE = 255,
/// Operation not possible due to RF-kill
ERFKILL = 256,
/// Memory page has hardware error
EHWPOISON = 257,
}
/// SuSv3 and Solaris wants one 'L' (alias for [ECANCELLED])
pub const ECANCELED: crate::Error = ECANCELLED;
/// Alias for [EDEADLK]
pub const EDEADLOCK: crate::Error = EDEADLK;
/// For HP's NFS apparently (alias for [ECONNREFUSED])
pub const EREFUSED: crate::Error = ECONNREFUSED;
/// Operation would block (Not HPUX compliant) (alias for [ECANCELLED])
pub const EWOULDBLOCK: crate::Error = EAGAIN;