AAI SDK
    Preparing search index...

    Type Alias SessionError

    Error reported by the voice session.

    type SessionError = {
        code: SessionErrorCode;
        message: string;
    }
    Index

    The category of the error.

    message: string

    A human-readable description of the error.