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