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)