DecodeException
open class DecodeException : RuntimeException
Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.
EncodeException
open class EncodeException : RuntimeException