AAI SDK
    Preparing search index...

    Variable SessionErrorCodeSchemaConst

    SessionErrorCodeSchema: z.ZodEnum<
        {
            audio: "audio";
            connection: "connection";
            internal: "internal";
            llm: "llm";
            protocol: "protocol";
            stt: "stt";
            tool: "tool";
            tts: "tts";
        },
    >

    Zod schema for session error codes.