Enumerations

The following enumerations are available globally.

  • Errors caused by program input or output.

    See more

    Declaration

    Swift

    public enum IOError : Error
  • Errors caused by failing operations.

    See more

    Declaration

    Swift

    public enum OperationError : Error
  • Errors occurring when parsing something (for example, parsing a string into an int).

    See more

    Declaration

    Swift

    public enum ParseError : Error
  • Errors caused by values of variables.

    See more

    Declaration

    Swift

    public enum ValueError : Error