@nexartis/homeport-sdk - v1.0.0
    Preparing search index...

    Interface HomeportErrorContext

    Structured error context for observability.

    interface HomeportErrorContext {
        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.