We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std::io::ErrorKind::QuotaExceeded
1 parent e4b2475 commit 3b50c3eCopy full SHA for 3b50c3e
src/shims/io_error.rs
@@ -43,7 +43,7 @@ const UNIX_IO_ERROR_TABLE: &[(&str, std::io::ErrorKind)] = {
43
("ECONNREFUSED", ConnectionRefused),
44
("ECONNRESET", ConnectionReset),
45
("EDEADLK", Deadlock),
46
- ("EDQUOT", FilesystemQuotaExceeded),
+ ("EDQUOT", QuotaExceeded),
47
("EEXIST", AlreadyExists),
48
("EFBIG", FileTooLarge),
49
("EHOSTUNREACH", HostUnreachable),
0 commit comments