slint-ui
    Preparing search index...

    Class CompileError

    Represents an errors that can be emitted by the compiler.

    Hierarchy

    • Error
      • CompileError
    Index

    Constructors

    Properties

    cause?: unknown
    diagnostics: Diagnostic[]

    List of Diagnostic items emitted while compiling .slint code.

    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void