Uses of Interface
io.github.belgif.rest.problem.api.FluentProblem
Packages that use FluentProblem
-
Uses of FluentProblem in io.github.belgif.rest.problem
Classes in io.github.belgif.rest.problem that implement FluentProblemModifier and TypeClassDescriptionclass
HTTP 502: Bad Gateway (https://www.belgif.be/specification/rest/api-guide/problems/badGateway.html)class
HTTP 400: Bad Request (https://www.belgif.be/specification/rest/api-guide/problems/badRequest.html)class
Default generic problem implementation class in case no specific type mapping was found.class
HTTP 401: Expired Access Token (https://www.belgif.be/specification/rest/api-guide/problems/expiredAccessToken.html)class
HTTP 500: Internal Server Error (https://www.belgif.be/specification/rest/api-guide/problems/internalServerError.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 503: Service Unavailable (https://www.belgif.be/specification/rest/api-guide/problems/serviceUnavailable.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 FluentProblem in io.github.belgif.rest.problem.api
Classes in io.github.belgif.rest.problem.api with type parameters of type FluentProblemModifier and TypeInterfaceDescriptioninterface
FluentProblem<SELF extends Problem & FluentProblem<SELF>>
Provides default methods with fluent Problem properties (detail, href, instance, additionalProperty).Subinterfaces of FluentProblem in io.github.belgif.rest.problem.apiModifier and TypeInterfaceDescriptioninterface
FluentInputValidationProblem<SELF extends InputValidationProblem & FluentInputValidationProblem<SELF>>
Provides default methods with fluent InputValidationProblem properties (issues).interface
FluentRetryAfterProblem<SELF extends Problem & RetryAfter & FluentRetryAfterProblem<SELF>>
Provides default methods with fluent RetryAfter problem properties (retryAfter, retryAfterSec).