getError

open fun getError(request: ServerRequest): Throwable

Return the underlying cause of the error or null if the error cannot be extracted.

Return

the Exception that caused the error or null

Parameters

request

the source ServerRequest