Classes
The following classes are available globally.
-
The primary purpose of
See moreErrorIO(which conforms toErrorType) is to attempt to standardize a method for coalescing multiple errors. For example, a task with multiple subtasks might return aResult<T>the error type of which is anErrorIOcontaining multiple errors from multiple failed subtasks.ErrorIOimplementsSequenceType,CollectionType,ExtensibleCollectionType, andArrayLiteralConvertible.Declaration
Swift
public class ErrorIO: ErrorType, ArrayLiteralConvertible
View on GitHub
Classes Reference