io.eleven19.krueger.compiler.CompileError
See theCompileError companion trait
object CompileError
Attributes
- Companion
- trait
- Source
- CompileError.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CompileError.type
Members list
Type members
Classlikes
final case class InternalError(message: String) extends CompileError
Unexpected internal failure (bug in the compiler surface).
Unexpected internal failure (bug in the compiler surface).
Attributes
- Source
- CompileError.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CompileErrorclass Objecttrait Matchableclass AnyShow all
final case class ParseError(phase: String, message: String, span: Option[Span] = ...) extends CompileError
Failure while parsing Elm source into a CST or AST.
Failure while parsing Elm source into a CST or AST.
Attributes
- Source
- CompileError.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CompileErrorclass Objecttrait Matchableclass AnyShow all
final case class QueryError(message: String, span: Option[Span] = ...) extends CompileError
Failure while parsing or evaluating a query.
Failure while parsing or evaluating a query.
Attributes
- Source
- CompileError.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CompileErrorclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements.
The name of the type.
Givens
Givens
Attributes
- Source
- CompileError.scala
In this article