Package com.mastfrog.acteur.errors
Class ErrorResponse.Simple<T>
java.lang.Object
com.mastfrog.acteur.errors.ErrorResponse.Simple<T>
- Type Parameters:
T-
- All Implemented Interfaces:
ErrorResponse
- Enclosing interface:
- ErrorResponse
Deprecated.
Use ErrorResponse.create() instead.
Simple error response.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mastfrog.acteur.errors.ErrorResponse
ErrorResponse.Simple<T> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.mastfrog.acteur.errors.ErrorResponse
headers
-
Field Details
-
status
public final io.netty.handler.codec.http.HttpResponseStatus statusDeprecated. -
message
Deprecated.
-
-
Constructor Details
-
Simple
Deprecated.
-
-
Method Details
-
status
public io.netty.handler.codec.http.HttpResponseStatus status()Deprecated.- Specified by:
statusin interfaceErrorResponse
-
message
Deprecated.- Specified by:
messagein interfaceErrorResponse
-
toString
Deprecated.
-