Package akka.http.scaladsl.server
Class MalformedFormFieldRejection
java.lang.Object
akka.http.scaladsl.server.MalformedFormFieldRejection
- All Implemented Interfaces:
MalformedFormFieldRejection
,Rejection
,Rejection
,RejectionWithOptionalCause
,Serializable
,scala.Equals
,scala.Product
public final class MalformedFormFieldRejection
extends Object
implements MalformedFormFieldRejection, RejectionWithOptionalCause, scala.Product, Serializable
Rejection created by form field filters.
Signals that the request was rejected because a form field could not be interpreted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedFormFieldRejection
(String fieldName, String errorMsg, scala.Option<Throwable> cause) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface akka.http.javadsl.server.MalformedFormFieldRejection
getCause
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
Methods inherited from interface akka.http.scaladsl.server.RejectionWithOptionalCause
getCause
-
Constructor Details
-
MalformedFormFieldRejection
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
fieldName
- Specified by:
fieldName
in interfaceMalformedFormFieldRejection
-
errorMsg
- Specified by:
errorMsg
in interfaceMalformedFormFieldRejection
-
cause
- Specified by:
cause
in interfaceRejectionWithOptionalCause
-