Uses of Interface
com.mastfrog.acteur.errors.ErrorResponse
Packages that use ErrorResponse
-
Uses of ErrorResponse in com.mastfrog.acteur
Constructors in com.mastfrog.acteur with parameters of type ErrorResponse -
Uses of ErrorResponse in com.mastfrog.acteur.errors
Classes in com.mastfrog.acteur.errors that implement ErrorResponseModifier and TypeClassDescriptionfinal classConvenience implementation of ErrorResponse backed by a map, with constructors for various common scenarios.static classDeprecated.Use ErrorResponse.create() instead.Methods in com.mastfrog.acteur.errors that return ErrorResponseModifier and TypeMethodDescriptionstatic <T> ErrorResponseErrorResponse.create(io.netty.handler.codec.http.HttpResponseStatus status, T message) abstract ErrorResponseMethods in com.mastfrog.acteur.errors with parameters of type ErrorResponseModifier and TypeMethodDescriptionabstract StringErrorRenderer.render(ErrorResponse resp, Event<?> evt) voidErrorRenderer.render(ErrorResponse resp, Response into, Event<?> evt)