Map WSAEDQUOT
to ErrorKind::FilesystemQuotaExceeded
This commit is contained in:
parent
33855f80d4
commit
8f815978b5
@ -139,6 +139,7 @@ pub fn decode_error_kind(errno: i32) -> ErrorKind {
|
||||
c::WSAEHOSTUNREACH => HostUnreachable,
|
||||
c::WSAENETDOWN => NetworkDown,
|
||||
c::WSAENETUNREACH => NetworkUnreachable,
|
||||
c::WSAEDQUOT => FilesystemQuotaExceeded,
|
||||
|
||||
_ => Uncategorized,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user