InvalidHeaderForContent
class InvalidHeaderForContent :
IllegalStateException,
CopyableThrowable<InvalidHeaderForContent>
OutgoingContent is trying to set some header that is not allowed for this content type.
For example, only upgrade content can set Upgrade
header.
Constructors
OutgoingContent is trying to set some header that is not allowed for this content type.
For example, only upgrade content can set |
Functions
fun createCopy(): InvalidHeaderForContent? |