public interface ResponseMapper<T extends Throwable>
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage(Throwable throwable) |
LogLevel |
getLogLevel(Throwable throwable) |
Class<T> |
getThrowableClass() |
ResponseWithErrorCode |
toResponse(Throwable throwable) |
@Nullable ResponseWithErrorCode toResponse(@Nonnull Throwable throwable)
Copyright © 2020 SAP SE. All rights reserved.