class BodyLengthIsTooLong : IllegalStateException, CopyableThrowable<BodyLengthIsTooLong>
Content's actual body size doesn't match the provided one in Content-Length
header
BodyLengthIsTooLong(expected: Long)
Content's actual body size doesn't match the provided one in |
fun createCopy(): BodyLengthIsTooLong? |