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