ROOC
    Preparing search index...

    Class CompilationError

    Index

    Constructors

    Properties

    instance: _CompilationError
    source?: string

    Methods

    • Get the span of the error, this can be used to highlight the error in the source code

      Returns InputSpan

    • Get the kind of the error that occurred

      Returns ParseError

    • Serialize the error as a json object

      Returns SerializedCompilationError

    • Format the error message including a stack trace

      Returns any