Class TooManyFailedRequestsProblem

All Implemented Interfaces:
HttpResponseHeaders, RetryAfter, Serializable

public class TooManyFailedRequestsProblem extends RetryAfterClientProblem
HTTP 429: Too Many Failed Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyFailedRequests.html)
See Also:
  • Field Details

  • Constructor Details

    • TooManyFailedRequestsProblem

      public TooManyFailedRequestsProblem()
  • Method Details

    • getLimit

      public Long getLimit()
    • setLimit

      public void setLimit(Long limit)