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 TypeClassDescriptionclassHTTP 400: Bad Request (https://www.belgif.be/specification/rest/api-guide/problems/badRequest.html)classHTTP 401: Expired Access Token (https://www.belgif.be/specification/rest/api-guide/problems/expiredAccessToken.html)classHTTP 401: Invalid Access Token (https://www.belgif.be/specification/rest/api-guide/problems/invalidAccessToken.html)classHTTP 403: Missing Permission (https://www.belgif.be/specification/rest/api-guide/problems/missingPermission.html)classHTTP 403: Missing Scope (https://www.belgif.be/specification/rest/api-guide/problems/missingScope.html)classHTTP 401: No Access Token (https://www.belgif.be/specification/rest/api-guide/problems/noAccessToken.html)classHTTP 413: Payload Too Large (https://www.belgif.be/specification/rest/api-guide/problems/payloadTooLarge.html)classHTTP 404: Resource Not Found (https://www.belgif.be/specification/rest/api-guide/problems/resourceNotFound.html)classHTTP 429: Too Many Failed Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyFailedRequests.html)classHTTP 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 TypeClassDescriptionclassAbstract base class for input validation problems.classAbstract base class for client problems with retryAfter/retryAfterSec.