public interface NoticeReporter
| Modifier and Type | Method and Description |
|---|---|
ConfigContext |
getConfig() |
NoticeReportResult |
reportError(Throwable error)
Send any Java
Throwable to the Honeybadger error
reporting interface. |
NoticeReportResult |
reportError(Throwable error,
Object request)
Send any Java
Throwable to the Honeybadger error
reporting interface. |
NoticeReportResult |
reportError(Throwable error,
Object request,
String message)
Send any Java
Throwable to the Honeybadger error
reporting interface with the associated tags. |
NoticeReportResult |
reportError(Throwable error,
Object request,
String message,
Iterable<String> tags)
Send any Java
Throwable to the Honeybadger error
reporting interface with the associated tags. |
NoticeReportResult |
reportError(Throwable error,
Object request,
String message,
Iterable<String> tags,
String fingerprint)
Send any Java
Throwable to the Honeybadger error
reporting interface with the associated tags. |
NoticeReportResult reportError(Throwable error)
Throwable to the Honeybadger error
reporting interface.error - error to reportNoticeReportResult reportError(Throwable error, Object request)
Throwable to the Honeybadger error
reporting interface.error - error to reportrequest - Object to parse for request propertiesNoticeReportResult reportError(Throwable error, Object request, String message)
Throwable to the Honeybadger error
reporting interface with the associated tags.error - error to reportrequest - Object to parse for request propertiesmessage - message to report instead of message associated with exceptionNoticeReportResult reportError(Throwable error, Object request, String message, Iterable<String> tags)
Throwable to the Honeybadger error
reporting interface with the associated tags.error - error to reportrequest - Object to parse for request propertiesmessage - message to report instead of message associated with exceptiontags - tag values (duplicates will be removed)NoticeReportResult reportError(Throwable error, Object request, String message, Iterable<String> tags, String fingerprint)
Throwable to the Honeybadger error
reporting interface with the associated tags.error - error to reportrequest - Object to parse for request propertiesmessage - message to report instead of message associated with exceptiontags - tag values (duplicates will be removed)fingerprint - custom fingerprint (used to group errors)ConfigContext getConfig()
Copyright © 2023 Honeybadger.io. All rights reserved.