ActionError

enum ActionError<Error> : Error where Error : Error
  • Whether the receiver is currently in the disabled state or not.

    Declaration

    Swift

    public var isDisabled: Bool { get }
  • The error the action protocol currently have. If nil, the action error is considered disabled.

    Declaration

    Swift

    public var error: Error? { get }