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 anErrorIO
containing multiple errors from multiple failed subtasks.ErrorIO
implementsSequenceType
,CollectionType
,ExtensibleCollectionType
, andArrayLiteralConvertible
.Declaration
Swift
public class ErrorIO: ErrorType, ArrayLiteralConvertible