Interface MalformedQueryParamRejection

  • All Superinterfaces:
    Rejection
    All Known Implementing Classes:
    MalformedQueryParamRejection

    public interface MalformedQueryParamRejection
    extends Rejection
    Rejection created by parameter filters. Signals that the request was rejected because a query parameter could not be interpreted.
    • Method Detail

      • errorMsg

        java.lang.String errorMsg()
      • getCause

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

        java.lang.String parameterName()