@@ -174,6 +174,7 @@ var errors = [...]string{
174
174
ECONNREFUSED - APPLICATION_ERROR : "connection refused" ,
175
175
ECONNRESET - APPLICATION_ERROR : "connection reset by peer" ,
176
176
EDEADLK - APPLICATION_ERROR : "resource deadlock avoided" ,
177
+ EDEADLOCK - APPLICATION_ERROR : "resource deadlock avoided" ,
177
178
EDESTADDRREQ - APPLICATION_ERROR : "destination address required" ,
178
179
EDOM - APPLICATION_ERROR : "numerical argument out of domain" ,
179
180
EDOTDOT - APPLICATION_ERROR : "RFS specific error" ,
@@ -246,6 +247,7 @@ var errors = [...]string{
246
247
ENOTTY - APPLICATION_ERROR : "inappropriate ioctl for device" ,
247
248
ENOTUNIQ - APPLICATION_ERROR : "name not unique on network" ,
248
249
ENXIO - APPLICATION_ERROR : "no such device or address" ,
250
+ EOPNOTSUPP - APPLICATION_ERROR : "operation not supported" ,
249
251
EOVERFLOW - APPLICATION_ERROR : "value too large for defined data type" ,
250
252
EOWNERDEAD - APPLICATION_ERROR : "owner died" ,
251
253
EPERM - APPLICATION_ERROR : "operation not permitted" ,
@@ -274,6 +276,7 @@ var errors = [...]string{
274
276
EUCLEAN - APPLICATION_ERROR : "structure needs cleaning" ,
275
277
EUNATCH - APPLICATION_ERROR : "protocol driver not attached" ,
276
278
EUSERS - APPLICATION_ERROR : "too many users" ,
279
+ EWOULDBLOCK - APPLICATION_ERROR : "resource temporarily unavailable" ,
277
280
EXDEV - APPLICATION_ERROR : "invalid cross-device link" ,
278
281
EXFULL - APPLICATION_ERROR : "exchange full" ,
279
282
EWINDOWS - APPLICATION_ERROR : "not supported by windows" ,
0 commit comments