Errors - io

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