Errors
-
io
- AccessDeniedError
-
This will get returned due to file permission issues.
- ConnectionTimedOutError
-
This will return when connection timed out happen when try to connect to a remote host.
- EofError
-
This will get returned if read operations are performed on a channel after it closed.
- FileNotFoundError
-
This will get returned if the file is not available in the given file path.
- GenericError
-
Represents generic IO error. The detail record contains the information related to the error.