Member Junction
    Preparing search index...

    Error information from component execution

    interface ComponentError {
        componentName: string;
        details?: any;
        message: string;
        phase: "runtime" | "compilation" | "registration" | "render";
        stack?: string;
    }
    Index

    Properties

    componentName: string

    Component name where error occurred

    details?: any

    Additional error details

    message: string

    Error message

    phase: "runtime" | "compilation" | "registration" | "render"

    Error phase (compilation, render, etc.)

    stack?: string

    Error stack trace