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

    Interface SkillSecurityError

    Security error with code and context.

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

    Properties

    Properties

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