Package io.micronaut.problem
@Configuration
@Requires(property="problem.enabled",
notEquals="false",
defaultValue="true")
package io.micronaut.problem
Contains classes for rendering error as Problem in a Micronaut Application.
- Since:
- 1.0
- Author:
- Sergio del Amo
- See Also:
-
ClassDescriptionImplementation of
StatusType
which uses MicronautHttpStatus
and renders as JSON the HTTP status code.Error Response processor to respondProblem
responses.Handles exception of typeThrowableProblem
.