public interface FingerprintProvider
HttpError.
A fingerprint helps with identifying errors across domains. With fingerprint you can easily correlate error reported in application (e.g. as entry in application log) with user-friendly error reported via HTTP (which doesn't - and shouldn't - contain vital information, like e.g. stacktrace).
| Modifier and Type | Method and Description |
|---|---|
String |
generate(HttpError httpError)
Generates a hopefully unique fingerprint from the given
httpError. |
Copyright © 2019. All rights reserved.