Enumerations
The following enumerations are available globally.
-
Errors caused by program input or output.
See moreDeclaration
Swift
public enum IOError : Error
-
Errors caused by failing operations.
See moreDeclaration
Swift
public enum OperationError : Error
-
Errors occurring when parsing something (for example, parsing a string into an int).
See moreDeclaration
Swift
public enum ParseError : Error
-
Errors caused by values of variables.
See moreDeclaration
Swift
public enum ValueError : Error