@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface NnnErrorContext

    Structured error context for observability.

    interface NnnErrorContext {
        agentId?: string;
        durationMs?: number;
        requestId?: string;
        retryCount?: number;
    }
    Index

    Properties

    agentId?: string

    Target agent ID (for A2A calls).

    durationMs?: number

    Total wall-clock time in milliseconds.

    requestId?: string

    Request ID from response headers (e.g. x-request-id).

    retryCount?: number

    Number of retry attempts made before failure.