Enumeration
GeneralError
public enum GeneralError: Error, LocalizedError, Equatable
Relationships
Conforms To
Equatable
Error
LocalizedError
Enumeration Cases
multipleError
case multipleError([Error])
Multiple Error Generalization
with this you can output one error from several errors
Properties
errorDescription
public var errorDescription: String?
Operators
==
public static func == (lhs: GeneralError, rhs: GeneralError) -> Bool