ParseError

class ParseError(message: String, data: JsonElement? = null) : JsonRpcException

Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.

Constructors

Link copied to clipboard
constructor(message: String, data: JsonElement? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
val data: JsonElement?
Link copied to clipboard
open override val message: String