UserActionError

public enum UserActionError : LocalizedError

A class of errors that user actions can throw.

  • An error that a user action can throw when the user has canceled the action.

    Unlike most errors, the action runner won’t show an alert for this error.

    Declaration

    Swift

    case canceled