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