PayloadTooLargeException
class PayloadTooLargeException(sizeLimit: Long) : ContentTransformationException, CopyableThrowable<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.