Member Junction
    Preparing search index...

    Information about a failed component

    interface FailedComponentInfo {
        componentName: string;
        context?: string;
        errorMessage: string;
        errorType: string;
        lineNumber?: number;
    }
    Index

    Properties

    componentName: string

    Component name that failed

    context?: string

    Additional context

    errorMessage: string

    Original error message

    errorType: string

    Error type (e.g., 'not_defined', 'render_error', 'property_error')

    lineNumber?: number

    Line number if available