ErrorAttributes
interface ErrorAttributes
Provides access to error attributes which can be logged or presented to the user.
Author
Phillip Webb
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(webRequest: WebRequest, options: ErrorAttributeOptions): Map<String, Any>
Returns a Map of the error attributes.