Interface MalformedFormFieldRejection

  • All Superinterfaces:
    Rejection
    All Known Implementing Classes:
    MalformedFormFieldRejection

    public interface MalformedFormFieldRejection
    extends Rejection
    Rejection created by form field filters. Signals that the request was rejected because a form field could not be interpreted.
    • Method Detail

      • errorMsg

        java.lang.String errorMsg()
      • fieldName

        java.lang.String fieldName()
      • getCause

        java.util.Optional<java.lang.Throwable> getCause()