@FunctionalInterface public interface ClientErrorMapper
| Modifier and Type | Method and Description |
|---|---|
Throwable |
toError(ClientMessage message)
Maps client message to an exception.
|
Throwable toError(ClientMessage message)
message - the message to map to an exception.Copyright © 2015–2019. All rights reserved.