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) |
Copyright © 2018 SAP SE. All rights reserved.