IOError

public enum IOError : Error

Errors caused by program input or output.

  • A file or directory at a given path cannot be found.

    Declaration

    Swift

    case fileNotFound
  • The program does not have permissions to access the given resource.

    Declaration

    Swift

    case permissionDenied