Class MalformedQueryParamRejection

java.lang.Object
akka.http.scaladsl.server.MalformedQueryParamRejection
All Implemented Interfaces:
MalformedQueryParamRejection, Rejection, Rejection, RejectionWithOptionalCause, Serializable, scala.Equals, scala.Product

public final class MalformedQueryParamRejection extends Object implements MalformedQueryParamRejection, RejectionWithOptionalCause, scala.Product, Serializable
Rejection created by parameter filters. Signals that the request was rejected because a query parameter could not be interpreted.
See Also: