Uses of Class
io.github.belgif.rest.problem.api.ClientProblem
Packages that use ClientProblem
-
Uses of ClientProblem in io.github.belgif.rest.problem
Subclasses of ClientProblem in io.github.belgif.rest.problemModifier and TypeClassDescriptionclass
HTTP 400: Bad Request (https://www.belgif.be/specification/rest/api-guide/problems/badRequest.html)class
HTTP 401: Expired Access Token (https://www.belgif.be/specification/rest/api-guide/problems/expiredAccessToken.html)class
HTTP 401: Invalid Access Token (https://www.belgif.be/specification/rest/api-guide/problems/invalidAccessToken.html)class
HTTP 403: Missing Permission (https://www.belgif.be/specification/rest/api-guide/problems/missingPermission.html)class
HTTP 403: Missing Scope (https://www.belgif.be/specification/rest/api-guide/problems/missingScope.html)class
HTTP 401: No Access Token (https://www.belgif.be/specification/rest/api-guide/problems/noAccessToken.html)class
HTTP 413: Payload Too Large (https://www.belgif.be/specification/rest/api-guide/problems/payloadTooLarge.html)class
HTTP 404: Resource Not Found (https://www.belgif.be/specification/rest/api-guide/problems/resourceNotFound.html)class
HTTP 429: Too Many Failed Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyFailedRequests.html)class
HTTP 429: Too Many Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyRequests.html) -
Uses of ClientProblem in io.github.belgif.rest.problem.api
Subclasses of ClientProblem in io.github.belgif.rest.problem.apiModifier and TypeClassDescriptionclass
Abstract base class for input validation problems.class
Abstract base class for client problems with retryAfter/retryAfterSec.