Interface ErrorHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handleError​(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t)
      Note that the payload might be null if the error happened before the events have been dispatched with a payload.
    • Method Detail

      • handleError

        void handleError​(GitHubEvent gitHubEvent,
                         org.kohsuke.github.GHEventPayload payload,
                         Throwable t)
        Note that the payload might be null if the error happened before the events have been dispatched with a payload.