ktor
2.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
ktor-utils
/
io.ktor.util.converters
/
DataConversionException
Data
Conversion
Exception
open
class
DataConversionException
(
message
:
String
=
"Invalid data format"
)
:
Exception
Thrown when failed to convert value
Constructors
Properties
Constructors
Data
Conversion
Exception
Link copied to clipboard
fun
DataConversionException
(
message
:
String
=
"Invalid data format"
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?