open class DeserializationException : JsonKrakenException
Since
2.0
An exception used when deserializing a String which is not a valid JSON representation.
DeserializationException(index: Int, raw: String, detail: String, snapshot: String) |
val detail: String
information specific to the error. |
|
val index: Int
index of the illegal character. |
|
val raw: String
raw data to be deserialized. |
|
val snapshot: String
visual representation of the error. |