-
Reference error
Declaration
Swift
case REF -
Result is null
Declaration
Swift
case NULL -
Division by zero (may crash the program)
Declaration
Swift
case DivisionByZero -
Overflow problem
Declaration
Swift
case Overflow -
Parsing problem
Declaration
Swift
case ParsingError -
When soemthing is wrong with the given arguments
Declaration
Swift
case Arguments
View on GitHub
TablesError Enumeration Reference