public interface ErrorCollectorConfig
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getExceptionHandlers()
Gets the defined exception handlers in configuration.
|
java.util.Set<ExpectedErrorConfig> |
getExpectedErrors()
Get the set of error classes (and optionally) error messages that are expected to occur in the application.
|
java.util.Set<java.lang.Integer> |
getExpectedStatusCodes()
Get the set of HTTP status codes that are expected to occur in the application.
|
java.util.Set<IgnoreErrorConfig> |
getIgnoreErrors()
Get the set of error classes (and optionally) error messages that occur in the application and should be ignored
from being reported as errors.
|
java.util.Set<java.lang.Integer> |
getIgnoreStatusCodes()
Get the set of HTTP status codes that occur in the application that should be ignored from being reported as
errors.
|
int |
getMaxSamplesStored() |
boolean |
isEnabled() |
boolean |
isEventsEnabled() |
boolean |
isIgnoreErrorPriority()
Gets a value indicating if error priority should be ignored; default is true.
|
boolean isEnabled()
boolean isEventsEnabled()
int getMaxSamplesStored()
java.util.Set<IgnoreErrorConfig> getIgnoreErrors()
java.util.Set<java.lang.Integer> getIgnoreStatusCodes()
java.util.Set<ExpectedErrorConfig> getExpectedErrors()
java.util.Set<java.lang.Integer> getExpectedStatusCodes()
boolean isIgnoreErrorPriority()
java.lang.Object getExceptionHandlers()