Class MalformedQueryParamRejection

java.lang.Object
org.apache.pekko.http.scaladsl.server.MalformedQueryParamRejection
All Implemented Interfaces:
Serializable, MalformedQueryParamRejection, Rejection, Rejection, RejectionWithOptionalCause, 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: