Package akka.http.scaladsl.server
Class MissingAttributeRejection<T>
java.lang.Object
akka.http.scaladsl.server.MissingAttributeRejection<T>
- All Implemented Interfaces:
MissingAttributeRejection<T>
,Rejection
,Rejection
,Serializable
,scala.Equals
,scala.Product
public final class MissingAttributeRejection<T>
extends Object
implements MissingAttributeRejection<T>, Rejection, scala.Product, Serializable
Rejection created by attribute directives.
Signals that the request was rejected because a required request attribute could not be found.
- See Also:
-
Constructor Summary
Constructors -
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 scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
MissingAttributeRejection
-
-
Method Details
-
key
- Specified by:
key
in interfaceMissingAttributeRejection<T>
-