Package akka.http.javadsl.server
Interface MalformedQueryParamRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
MalformedQueryParamRejection
public interface MalformedQueryParamRejection extends Rejection
Rejection created by parameter filters. Signals that the request was rejected because a query parameter could not be interpreted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
errorMsg()
java.util.Optional<java.lang.Throwable>
getCause()
java.lang.String
parameterName()
-