Agent Armor API Reference
    Preparing search index...

    Interface WarnEvent

    Fired for expected-but-degraded conditions (e.g. ML unavailable, a feature no-op).

    interface WarnEvent {
        context?: Record<string, unknown>;
        message: string;
    }
    Index
    context?: Record<string, unknown>

    Structured context for the condition, when available (e.g. which detector).

    message: string

    Human-readable message — identical text to what would otherwise go to console.warn.