PayloadTooLargeException

Thrown when request body is larger than the set limit. HTTP status 413 Payload Too Large will be replied when this exception is thrown and not caught.

Constructors

Link copied to clipboard
constructor(sizeLimit: Long)

Properties

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

Functions

Link copied to clipboard