Uses of Class
io.github.belgif.rest.problem.api.ServerProblem
Packages that use ServerProblem
-
Uses of ServerProblem in io.github.belgif.rest.problem
Subclasses of ServerProblem in io.github.belgif.rest.problemModifier and TypeClassDescriptionclassHTTP 502: Bad Gateway (https://www.belgif.be/specification/rest/api-guide/problems/badGateway.html)classHTTP 500: Internal Server Error (https://www.belgif.be/specification/rest/api-guide/problems/internalServerError.html)classHTTP 503: Service Unavailable (https://www.belgif.be/specification/rest/api-guide/problems/serviceUnavailable.html) -
Uses of ServerProblem in io.github.belgif.rest.problem.api
Subclasses of ServerProblem in io.github.belgif.rest.problem.apiModifier and TypeClassDescriptionclassAbstract base class for server problems with retryAfter/retryAfterSec.