All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ApiStatus Base interface for statuses.Exceptional An extension of theIProbleminterface for problems that extendException.HttpStatus While these are HttpStatus code they seve well for general purpose Api codes Copied in from micronaut.IProblem Simple interface for problem gettersIProblem.Fluent<E extends IProblem.Fluent> NestedExceptionUtils Helper class for implementing exception classes which are capable of holding nested exceptions.NestedProblemException Handy class for wrapping runtimeExceptionswith a root cause.ProblemType Base interface for statuses.Result This is the base result trait for problems and results follows https://datatracker.ietf.org/doc/html/rfc7807 for status and title fields In many cases for parallel processing and batch processing we are spinning through chunks of data.Result.Fluent<E extends Result.Fluent> StackTraceProcessor Violation