handleFailure

suspend fun handleFailure(call: ApplicationCall, error: Throwable)(source)

Logs the error and responds with an appropriate error status code.

Report a problem