TypeError

mdoc.document.CompileResult.TypeError
final case class TypeError(message: String, pos: RangePosition) extends CompileError

Compiler reported an error message during typechecking.

Value parameters

message

the typechecking error message (without position formatting)

pos

the range position inside the code fence

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CompileError
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product