@FunctionalInterface public interface ServiceClientErrorMapper
| Modifier and Type | Method and Description |
|---|---|
Throwable |
toError(ServiceMessage message)
Maps service message to an exception.
|
Throwable toError(ServiceMessage message)
message - the message to map to an exception.Copyright © 2015–2021. All rights reserved.