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
abstract fun getError(webRequest: WebRequest): Throwable
Return the underlying cause of the error or null if the error cannot be extracted.
Link copied to clipboard
Returns a Map of the error attributes.