Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface LimitViolation

    interface LimitViolation {
        actual: number;
        limit: number;
        message: string;
        type:
            | "CPU_TIMEOUT"
            | "MEMORY_EXCEEDED"
            | "IO_RATE_EXCEEDED"
            | "NETWORK_DENIED";
    }
    Index
    actual: number
    limit: number
    message: string
    type: "CPU_TIMEOUT" | "MEMORY_EXCEEDED" | "IO_RATE_EXCEEDED" | "NETWORK_DENIED"