Package io.quarkiverse.githubapp.error
Interface ErrorHandler
- All Known Implementing Classes:
DefaultErrorHandler
public interface ErrorHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(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 Details
-
handleError
Note that the payload might be null if the error happened before the events have been dispatched with a payload.
-