RequestAlreadyConsumedException

class RequestAlreadyConsumedException : IllegalStateException

Thrown when a request body has already been received. Usually it is caused by double ApplicationCall.receive invocation.

Constructors

Link copied to clipboard
fun RequestAlreadyConsumedException()

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?