Type of the I/O error.
Variants
-
UnexpectedEof
A read operation reached the end of a file before reading the specified number of bytes.
-
Os
An error returned by the operating system.
-
GetAddrInfo
An error returned by
libc::getaddrinfo
. -
UserDefined
A custom error.