InvalidHeaderForContent
expect class InvalidHeaderForContent(name: String, content: String) : IllegalStateException, CopyableThrowable<BaseApplicationResponse.InvalidHeaderForContent>
Content copied to clipboard
OutgoingContent is trying to set some header that is not allowed for this content type. For example, only upgrade content can set Upgrade
header.
actual class InvalidHeaderForContent(name: String, content: String) : IllegalStateException, CopyableThrowable<BaseApplicationResponse.InvalidHeaderForContent>
Content copied to clipboard
OutgoingContent is trying to set some header that is not allowed for this content type. For example, only upgrade content can set Upgrade
header.
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
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun createCopy(): BaseApplicationResponse.InvalidHeaderForContent?
Content copied to clipboard
open override fun createCopy(): BaseApplicationResponse.InvalidHeaderForContent
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard