ConversionException

class ConversionException(val error: String, val 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
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard