AutoBE
    Preparing search index...

    Interface IAutoBeDebugRuntimeEndpointRepairAttempt

    Per-endpoint Debug repair budget consumption.

    interface IAutoBeDebugRuntimeEndpointRepairAttempt {
        applied: number;
        attempts: number;
        endpoint: string;
        rejected: number;
        runtimeAttempts: number;
        schemaRetries: number;
    }
    Index

    Properties

    applied: number

    Accepted runtime repair patches for this endpoint.

    attempts: number

    Total repair attempts that targeted this endpoint.

    endpoint: string

    METHOD:/path endpoint identifier.

    rejected: number

    Rejected attempts for this endpoint.

    runtimeAttempts: number

    Attempts that produced a candidate and ran runtime tests.

    schemaRetries: number

    Attempts that failed before a runtime candidate was evaluated.