ADK for TypeScript: API Reference
    Preparing search index...

    Interface ErrorEvent

    Represents a runtime error.

    interface ErrorEvent {
        error: Error;
        type: ERROR;
    }

    Properties

    error: Error
    type: ERROR