Tela SDK for JavaScript
    Preparing search index...

    Class AgentExecutionFailedError

    Thrown when an agent session fails on the server — either the execute request returns success: false, or the session stream emits an error event / a failed status.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    error: string | undefined

    The server-provided error message, when available.

    raw: Record<string, any>

    The full raw payload that triggered the failure.

    sessionId: string | undefined

    The session id, when known.