@conciergus/chat - v0.3.1
    Preparing search index...

    Interface ErrorBoundaryState

    Error boundary state

    interface ErrorBoundaryState {
        hasError: boolean;
        error: EnhancedError;
        errorInfo: ErrorInfo;
        retryCount: number;
        isRecovering: boolean;
        recoveryTimestamp: Date;
        errorId: string;
    }
    Index

    Properties

    hasError: boolean

    Has error occurred

    Error details

    errorInfo: ErrorInfo

    Error info from React

    retryCount: number

    Retry attempt count

    isRecovering: boolean

    Is recovering

    recoveryTimestamp: Date

    Recovery timestamp

    errorId: string

    Error ID for tracking