DispatcherProtocol Protocol

public protocol DispatcherProtocol

Common dispatcher behaviour

  • Dispatch error to the errors store.

    Declaration

    Swift

    func dispatchError(_ component: ComponentProtocol, _ error: PRESTOError)

    Parameters

    component

    that issued an error

    error

    Reported error.