Presentable

protocol Presentable : AnyObject

Base Protocol that all presenter protocols should conform to.

  • Display a specific error in the screen

    Declaration

    Swift

    func displayError(_ error: Error)

    Parameters

    error

    the error to be displayed