OperationError
public enum OperationError : Error
Errors that can be thrown by any operation
-
Basic failure with a specific message to the user
Declaration
Swift
case error(message: String)
STLR Docs (46% documented)
public enum OperationError : Error
Errors that can be thrown by any operation
Basic failure with a specific message to the user
Swift
case error(message: String)