Class CorsRejection

java.lang.Object
org.apache.pekko.http.cors.scaladsl.CorsRejection
All Implemented Interfaces:
Serializable, CorsRejection, CustomRejection, Rejection, Rejection, scala.Equals, scala.Product

public final class CorsRejection extends Object implements CorsRejection, Rejection, scala.Product, Serializable
Rejection created by the CORS directives. Signal the CORS request was rejected. The reason of the rejection is specified in the cause.
See Also: