getErrorAttributes
open fun getErrorAttributes(request: ServerRequest, options: ErrorAttributeOptions): Map<String, Any>
Return a Map of the error attributes. The map can be used as the model of an error page, or returned as a ServerResponse body.
Return
a map of error attributes
Parameters
request
the source request
options
options for error attribute contents