storeErrorInformation

abstract fun storeErrorInformation(error: Throwable, exchange: ServerWebExchange)

Store the given error information in the current ServerWebExchange.

Parameters

error

the Exception that caused the error

exchange

the source exchange