Class CorsRejection.Malformed$
java.lang.Object
org.apache.pekko.http.cors.scaladsl.CorsRejection.Malformed$
- All Implemented Interfaces:
Serializable,CorsRejection.Cause,CorsRejection.Malformed,CorsRejection.Cause,scala.Equals,scala.Product
- Enclosing class:
- CorsRejection
public static class CorsRejection.Malformed$
extends Object
implements CorsRejection.Malformed, CorsRejection.Cause, scala.Product, Serializable
Signals the CORS request was malformed.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CorsRejection.Malformed$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription of this Cause in a human-readable format.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Malformed$
public Malformed$()
-
-
Method Details
-
description
Description copied from interface:CorsRejection.CauseDescription of this Cause in a human-readable format. Can be used for debugging or custom Rejection handlers.- Specified by:
descriptionin interfaceCorsRejection.Cause- Returns:
- (undocumented)
-