Uses of Class
io.github.projectunified.faststats.errortracker.TrackedError
Packages that use TrackedError
-
Uses of TrackedError in io.github.projectunified.faststats.errortracker
Methods in io.github.projectunified.faststats.errortracker that return TrackedErrorModifier and TypeMethodDescriptionTrackedError.attributes(Consumer<Map<String, Object>> consumer) Modifies the additional error attributes using a consumer.TrackedError.attributes(Supplier<Map<String, Object>> supplier) Sets the additional error attributes using a supplier.TrackedError.attributes(Map<String, Object> attributes) Sets the additional error attributes.TrackedError.handled(boolean handled) Sets whether the error was handled.ErrorTracker.trackError(String message) Tracks a handled error with the given message.ErrorTracker.trackError(String message, boolean handled) Tracks an error with the given message.ErrorTracker.trackError(Throwable error) Tracks a handled error.ErrorTracker.trackError(Throwable error, boolean handled) Tracks an error.