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 TypeClassDescriptionclass
HTTP 502: Bad Gateway (https://www.belgif.be/specification/rest/api-guide/problems/badGateway.html)class
HTTP 500: Internal Server Error (https://www.belgif.be/specification/rest/api-guide/problems/internalServerError.html)class
HTTP 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 TypeClassDescriptionclass
Abstract base class for server problems with retryAfter/retryAfterSec.