ErrorAttributes
interface ErrorAttributes
Provides access to error attributes which can be logged or presented to the user.
Author
Brian Clozel
Scott Frederick
Since
2.0.0
See also
Inheritors
Functions
Link copied to clipboard
Return the underlying cause of the error or
null
if the error cannot be extracted.Link copied to clipboard
open fun getErrorAttributes(request: ServerRequest, options: ErrorAttributeOptions): Map<String, Any>
Return a Map of the error attributes.
Link copied to clipboard
Store the given error information in the current ServerWebExchange.