@ApiMayChange
public abstract class HttpErrorInfo
extends java.lang.Object
Constructor and Description |
---|
HttpErrorInfo() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
origin()
The origin of where the error handler was initially called.
Play currently adds following values: server-backend - The error handler was called in either the Netty or Akka-HTTP
server backend. |
public abstract java.lang.String origin()
server-backend
- The error handler was called in either the Netty or Akka-HTTP
server backend.
csrf-filter
- The error handler was called in CSRF filter code.
csp-filter
- The error handler was called in CSP filter code.
allowed-hosts-filter
- The error handler was called in Allowed hosts filter code.