ConversionException

class ConversionException(error: String, sourceLocation: SourceLocation? = null) : SourceAwareException

An exception while converting to/from introspection

This most likely means the json/sdl was inconsistent or corrupted

Constructors

Link copied to clipboard
constructor(error: String, sourceLocation: SourceLocation? = null)

Properties

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