LMErrorPresenterDelegate

public protocol LMErrorPresenterDelegate : AnyObject

Error presenter delegate

  • Передает массив с наиболее частыми ошибками, произошедших за прошедшую секунду Returns an array of the most frequent errors that occurred in the last second.

    Declaration

    Swift

    func send(errors: [Error])

    Parameters

    errors

    Массив ошибок, отсортированных по частоте в порядке убывания \ An array of errors sorted by frequency in descending order