Interface CorsRejection.Cause

All Known Subinterfaces:
CorsRejection.Cause, CorsRejection.InvalidHeaders, CorsRejection.InvalidMethod, CorsRejection.InvalidOrigin, CorsRejection.Malformed
All Known Implementing Classes:
CorsRejection.InvalidHeaders, CorsRejection.InvalidMethod, CorsRejection.InvalidOrigin, CorsRejection.Malformed$
Enclosing interface:
CorsRejection

public static interface CorsRejection.Cause
Signals the cause of the failed CORS request.
  • Method Summary

    Modifier and Type
    Method
    Description
    Description of this Cause in a human-readable format.
  • Method Details

    • description

      String description()
      Description of this Cause in a human-readable format. Can be used for debugging or custom Rejection handlers.
      Returns:
      (undocumented)