class InvalidJsonTypeException : JsonKrakenException
Since
2.0
An exception used for when a JsonValue tries to be parsed to an invalid type.
See 'Valid Types' for more information. (https://github.com/zogar1993/jsonkraken#valid-types)
InvalidJsonTypeException(value: Any) |
val value: Any
the value of a non permitted type. |