Package akka.http.javadsl.server
Interface MissingFormFieldRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
MissingFormFieldRejection
public interface MissingFormFieldRejection extends Rejection
Rejection created by form field filters. Signals that the request was rejected because a form field was not found.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
fieldName()
-