spring-framework / org.springframework.web.context.request.async / DeferredResultProcessingInterceptorAdapter / handleError

handleError

open fun <T : Any> handleError(request: NativeWebRequest, deferredResult: DeferredResult<T>, t: Throwable): Boolean

This implementation returns true by default allowing other interceptors to be given a chance to handle the error.