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:
- 
Constructor SummaryConstructorsConstructorDescriptionMalformedQueryParamRejection(String parameterName, String errorMsg, scala.Option<Throwable> cause) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface org.apache.pekko.http.javadsl.server.MalformedQueryParamRejectiongetCauseMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.scaladsl.server.RejectionWithOptionalCausegetCause
- 
Constructor Details- 
MalformedQueryParamRejection
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2, T3 v3) 
- 
toString
- 
parameterName- Specified by:
- parameterNamein interface- MalformedQueryParamRejection
 
- 
errorMsg- Specified by:
- errorMsgin interface- MalformedQueryParamRejection
 
- 
cause- Specified by:
- causein interface- RejectionWithOptionalCause
 
 
-