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

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Description 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, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Field Details

    • MODULE$

      public static final CorsRejection.Malformed$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Malformed$

      public Malformed$()
  • Method Details

    • description

      public String description()
      Description copied from interface: CorsRejection.Cause
      Description of this Cause in a human-readable format. Can be used for debugging or custom Rejection handlers.
      Specified by:
      description in interface CorsRejection.Cause
      Returns:
      (undocumented)