CompileError

io.eleven19.krueger.compiler.CompileError
See theCompileError companion object
sealed trait CompileError

Structured compilation diagnostics emitted by Krueger compiler and tooling APIs.

Cases carry enough context (phase, message, optional span) so downstream UIs can render actionable errors without re-parsing messages.

Attributes

Companion
object
Source
CompileError.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ParseError
class QueryError

Members list

Value members

Abstract methods

def message: String

Attributes

Source
CompileError.scala