Interface OnErrorFunction<T>


  • public interface OnErrorFunction<T>
    Inugami use events to retrieve information. To be able to aggregate information Inugami required to known when a provider have complete its process. The OnErrorFunction<T> is designed to intercept the case where a provider throws an error.
    Since:
    9 août 2017
    See Also:
    OnDoneFunction