1 /* package up error # */
2 "error %1$d" = "error %1$d";
3 "error %1$#x" = "error %1$#x";
5 "Undefined error: 0" = "Undefined error: 0";
8 "Operation not permitted" = "Operation not permitted";
11 "No such file or directory" = "No such file or directory";
14 "No such process" = "No such process";
17 "Interrupted system call" = "Interrupted system call";
20 "Input/output error" = "Input/output error";
23 "Device not configured" = "Device not configured";
26 "Argument list too long" = "Argument list too long";
29 "Exec format error" = "Exec format error";
32 "Bad file descriptor" = "Bad file descriptor";
35 "No child processes" = "No child processes";
38 "Resource deadlock avoided" = "Resource deadlock avoided";
41 "Cannot allocate memory" = "Cannot allocate memory";
44 "Permission denied" = "Permission denied";
47 "Bad address" = "Bad address";
50 "Block device required" = "Block device required";
53 "Resource busy" = "Resource busy";
56 "File exists" = "File exists";
59 "Cross-device link" = "Cross-device link";
62 "Operation not supported by device" = "Operation not supported by device";
65 "Not a directory" = "Not a directory";
68 "Is a directory" = "Is a directory";
71 "Invalid argument" = "Invalid argument";
74 "Too many open files in system" = "Too many open files in system";
77 "Too many open files" = "Too many open files";
80 "Inappropriate ioctl for device" = "Inappropriate ioctl for device";
83 "Text file busy" = "Text file busy";
86 "File too large" = "File too large";
89 "No space left on device" = "No space left on device";
92 "Illegal seek" = "Illegal seek";
95 "Read-only file system" = "Read-only file system";
98 "Too many links" = "Too many links";
101 "Broken pipe" = "Broken pipe";
104 "Numerical argument out of domain" = "Numerical argument out of domain";
107 "Result too large" = "Result too large";
110 "Resource temporarily unavailable" = "Resource temporarily unavailable";
113 "Operation now in progress" = "Operation now in progress";
116 "Operation already in progress" = "Operation already in progress";
119 "Socket operation on non-socket" = "Socket operation on non-socket";
122 "Destination address required" = "Destination address required";
125 "Message too long" = "Message too long";
128 "Protocol wrong type for socket" = "Protocol wrong type for socket";
131 "Protocol not available" = "Protocol not available";
134 "Protocol not supported" = "Protocol not supported";
137 "Socket type not supported" = "Socket type not supported";
140 "Operation not supported" = "Operation not supported";
143 "Protocol family not supported" = "Protocol family not supported";
146 "Address family not supported by protocol family" = "Address family not supported by protocol family";
149 "Address already in use" = "Address already in use";
152 "Can't assign requested address" = "Can't assign requested address";
155 "Network is down" = "Network is down";
158 "Network is unreachable" = "Network is unreachable";
161 "Network dropped connection on reset" = "Network dropped connection on reset";
164 "Software caused connection abort" = "Software caused connection abort";
167 "Connection reset by peer" = "Connection reset by peer";
170 "No buffer space available" = "No buffer space available";
173 "Socket is already connected" = "Socket is already connected";
176 "Socket is not connected" = "Socket is not connected";
179 "Can't send after socket shutdown" = "Can't send after socket shutdown";
182 "Too many references: can't splice" = "Too many references: can't splice";
185 "Operation timed out" = "Operation timed out";
188 "Connection refused" = "Connection refused";
191 "Too many levels of symbolic links" = "Too many levels of symbolic links";
194 "File name too long" = "File name too long";
197 "Host is down" = "Host is down";
200 "No route to host" = "No route to host";
203 "Directory not empty" = "Directory not empty";
206 "Too many processes" = "Too many processes";
209 "Too many users" = "Too many users";
212 "Disc quota exceeded" = "Disc quota exceeded";
215 "Stale NFS file handle" = "Stale NFS file handle";
218 "Too many levels of remote in path" = "Too many levels of remote in path";
221 "RPC struct is bad" = "RPC struct is bad";
224 "RPC version wrong" = "RPC version wrong";
227 "RPC prog. not avail" = "RPC prog. not avail";
230 "Program version wrong" = "Program version wrong";
233 "Bad procedure for program" = "Bad procedure for program";
236 "No locks available" = "No locks available";
239 "Function not implemented" = "Function not implemented";
242 "Inappropriate file type or format" = "Inappropriate file type or format";
245 "Authentication error" = "Authentication error";
248 "Need authenticator" = "Need authenticator";
251 "Device power is off" = "Device power is off";
254 "Device error" = "Device error";
257 "Value too large to be stored in data type" = "Value too large to be stored in data type";
260 "Bad executable (or shared library)" = "Bad executable (or shared library)";
263 "Bad CPU type in executable" = "Bad CPU type in executable";
266 "Shared library version mismatch" = "Shared library version mismatch";
269 "Malformed Mach-o file" = "Malformed Mach-o file";
272 "Operation canceled" = "Operation canceled";
275 "Identifier removed" = "Identifier removed";
278 "No message of desired type" = "No message of desired type";
281 "Illegal byte sequence" = "Illegal byte sequence";
284 "Attribute not found" = "Attribute not found";
287 "Bad message" = "Bad message";
290 "EMULTIHOP (Reserved)" = "EMULTIHOP (Reserved)";
293 "No message available on STREAM" = "No message available on STREAM";
296 "ENOLINK (Reserved)" = "ENOLINK (Reserved)";
299 "No STREAM resources" = "No STREAM resources";
302 "Not a STREAM" = "Not a STREAM";
304 /* errno error 100 */
305 "Protocol error" = "Protocol error";
307 /* errno error 101 */
308 "STREAM ioctl timeout" = "STREAM ioctl timeout";
310 /* errno error 102 */
311 "Operation not supported on socket" = "Operation not supported on socket";
313 /* errno error 103 */
314 "Policy not found" = "Policy not found";
316 /* errno error 104 */
317 "State not recoverable" = "State not recoverable";
319 /* errno error 105 */
320 "Previous owner died" = "Previous owner died";
322 /* errno error 106 */
323 "Interface output queue is full" = "Interface output queue is full";