Fastdfs 响应码-错误码清单集合


1," EPERM 1 /* Operation not permitted */" 
2," ENOENT 2 /* No such file or directory */" (storage查询或者同步一个文件,没有找到,回应给tracker)
3," ESRCH 3 /* No such process */" 
4," EINTR 4 /* Interrupted system call */" 
5," EIO 5 /* I/O error */" 
6," ENXIO 6 /* No such device or address */" 
7," E2BIG 7 /* Arg list too long */" 
8," ENOEXEC 8 /* Exec format error */" 
9," EBADF 9 /* Bad file number */" 
10," ECHILD 10 /* No child processes */" 
11," EAGAIN 11 /* Try again */" 
12," ENOMEM 12 /* Out of memory */" 
13," EACCES 13 /* Permission denied */" 
14," EFAULT 14 /* Bad address */" 
15," ENOTBLK 15 /* Block device required */" 
16," EBUSY 16 /* Device or resource busy */" 
17," EEXIST 17 /* File exists */" (17的错误码,这个是文件已经存在,uploadslave时会碰到)
18," EXDEV 18 /* Cross-device link */" 
19," ENODEV 19 /* No such device */" 
20," ENOTDIR 20 /* Not a directory */" 
21," EISDIR 21 /* Is a directory */" 
22," EINVAL 22 /* Invalid argument */" 
23," ENFILE 23 /* File table overflow */" 
24," EMFILE 24 /* Too many open files */" 
25," ENOTTY 25 /* Not a typewriter */" 
26," ETXTBSY 26 /* Text file busy */" 
27," EFBIG 27 /* File too large */" 
28," ENOSPC 28 /* No space left on device */" 
29," ESPIPE 29 /* Illegal seek */" 
30," EROFS 30 /* Read-only file system */" 
31," EMLINK 31 /* Too many links */" 
32," EPIPE 32 /* Broken pipe */" 
33," EDOM 33 /* Math argument out of domain of func */" 
34," ERANGE 34 /* Math result not representable */" 
35," EDEADLK 35 /* Resource deadlock would occur */" 
36," ENAMETOOLONG 36 /* File name too long */" 
37," ENOLCK 37 /* No record locks available */" 
38," ENOSYS 38 /* Function not implemented */" 
39," ENOTEMPTY 39 /* Directory not empty */" 
40," ELOOP 40 /* Too many symbolic links encountered */" 
42," ENOMSG 42 /* No message of desired type */" 
43," EIDRM 43 /* Identifier removed */" 
44," ECHRNG 44 /* Channel number out of range */" 
45," EL2NSYNC 45 /* Level 2 not synchronized */" 
46," EL3HLT 46 /* Level 3 halted */" 
47," EL3RST 47 /* Level 3 reset */" 
48," ELNRNG 48 /* Link number out of range */" 
49," EUNATCH 49 /* Protocol driver not attached */" 
50," ENOCSI 50 /* No CSI structure available */" 
51," EL2HLT 51 /* Level 2 halted */" 
52," EBADE 52 /* Invalid exchange */" 
53," EBADR 53 /* Invalid request descriptor */" 
54," EXFULL 54 /* Exchange full */" 
55," ENOANO 55 /* No anode */" 
56," EBADRQC 56 /* Invalid request code */" 
57," EBADSLT 57 /* Invalid slot */" 
59," EBFONT 59 /* Bad font file format */" 
60," ENOSTR 60 /* Device not a stream */" 
61," ENODATA 61 /* No data available */" 
62," ETIME 62 /* Timer expired */" 
63," ENOSR 63 /* Out of streams resources */" 
64," ENONET 64 /* Machine is not on the network */" 
65," ENOPKG 65 /* Package not installed */" 
66," EREMOTE 66 /* Object is remote */" 
67," ENOLINK 67 /* Link has been severed */" 
68," EADV 68 /* Advertise error */" 
69," ESRMNT 69 /* Srmount error */" 
70," ECOMM 70 /* Communication error on send */" 
71," EPROTO 71 /* Protocol error */" 
72," EMULTIHOP 72 /* Multihop attempted */" 
73," EDOTDOT 73 /* RFS specific error */" 
74," EBADMSG 74 /* Not a data message */" 
75," EOVERFLOW 75 /* Value too large for defined data type */" 
76," ENOTUNIQ 76 /* Name not unique on network */" 
77," EBADFD 77 /* File descriptor in bad state */" 
78," EREMCHG 78 /* Remote address changed */" 
79," ELIBACC 79 /* Can not access a needed shared library */" 
80," ELIBBAD 80 /* Accessing a corrupted shared library */" 
81," ELIBSCN 81 /* .lib section in a.out corrupted */" 
82," ELIBMAX 82 /* Attempting to link in too many shared libraries */" 
83," ELIBEXEC 83 /* Cannot exec a shared library directly */" 
84," EILSEQ 84 /* Illegal byte sequence */" 
85," ERESTART 85 /* Interrupted system call should be restarted */" 
86," ESTRPIPE 86 /* Streams pipe error */" 
87," EUSERS 87 /* Too many users */" 
88," ENOTSOCK 88 /* Socket operation on non-socket */" 
89," EDESTADDRREQ 89 /* Destination address required */" 
90," EMSGSIZE 90 /* Message too long */" 
91," EPROTOTYPE 91 /* Protocol wrong type for socket */" 
92," ENOPROTOOPT 92 /* Protocol not available */" 
93," EPROTONOSUPPORT 93 /* Protocol not supported */" 
94," ESOCKTNOSUPPORT 94 /* Socket type not supported */" 
95," EOPNOTSUPP 95 /* Operation not supported on transport endpoint */" 
96," EPFNOSUPPORT 96 /* Protocol family not supported */" 
97," EAFNOSUPPORT 97 /* Address family not supported by protocol */" 
98," EADDRINUSE 98 /* Address already in use */" 
99," EADDRNOTAVAIL 99 /* Cannot assign requested address */" 
100," ENETDOWN 100 /* Network is down */" 
101," ENETUNREACH 101 /* Network is unreachable */" 
102," ENETRESET 102 /* Network dropped connection because of reset */" 
103," ECONNABORTED 103 /* Software caused connection abort */" 
104," ECONNRESET 104 /* Connection reset by peer */" 
105," ENOBUFS 105 /* No buffer space available */" 
106," EISCONN 106 /* Transport endpoint is already connected */" 
107," ENOTCONN 107 /* Transport endpoint is not connected */" 
108," ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */" 
109," ETOOMANYREFS 109 /* Too many references: cannot splice */" 
110," ETIMEDOUT 110 /* Connection timed out */" 
111," ECONNREFUSED 111 /* Connection refused */" 
112," EHOSTDOWN 112 /* Host is down */" 
113," EHOSTUNREACH 113 /* No route to host */" 
114," EALREADY 114 /* Operation already in progress */" 
115," EINPROGRESS 115 /* Operation now in progress */" 
116," ESTALE 116 /* Stale NFS file handle */" 
117," EUCLEAN 117 /* Structure needs cleaning */" 
118," ENOTNAM 118 /* Not a XENIX named type file */" 
119," ENAVAIL 119 /* No XENIX semaphores available */" 
120," EISNAM 120 /* Is a named type file */" 
121," EREMOTEIO 121 /* Remote I/O error */" 
122," EDQUOT 122 /* Quota exceeded */" 
123," ENOMEDIUM 123 /* No medium found */" 
124," EMEDIUMTYPE 124 /* Wrong medium type */" 

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值