spring-framework / org.springframework.web.servlet.mvc.method.annotation / ResponseBodyEmitter / completeWithError

completeWithError

open fun completeWithError(ex: Throwable): Unit

Complete request processing with an error.

A dispatch is made into the app server where Spring MVC will pass the exception through its exception handling mechanism.