Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Ktor
ktor-client-okhttp
/
io.ktor.client.engine.okhttp
/
UnsupportedFrameTypeException
Unsupported
Frame
Type
Exception
class
UnsupportedFrameTypeException
(
frame
:
Frame
)
:
IllegalArgumentException
,
CopyableThrowable
<
UnsupportedFrameTypeException
>
(
source
)
Members
Constructors
Unsupported
Frame
Type
Exception
Link copied to clipboard
constructor
(
frame
:
Frame
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?
Functions
create
Copy
Link copied to clipboard
open
override
fun
createCopy
(
)
:
UnsupportedFrameTypeException