JsonWriteException

A Variant value has no JSON representation.

Raised only by the JSON writer, and only for values JSON genuinely cannot express: a non-finite double, or nesting deeper than the writer's guard allows.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?