nexus-agents - v2.80.0
    Preparing search index...

    Interface HookError

    Error type for hook failures — identifies which hook failed and why.

    interface HookError {
        hookName: string;
        nodeId: string;
        message: string;
    }
    Index

    Properties

    hookName: string
    nodeId: string
    message: string