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

    Interface DependencyError

    Dependency error with code and context.

    interface DependencyError {
        code: DependencyErrorCode;
        message: string;
        context?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    message: string
    context?: Record<string, unknown>