InvalidHeaderForContent
class InvalidHeaderForContent(name: String, content: String) : IllegalStateException, CopyableThrowable<BaseApplicationResponse.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.