@archastro/sdk
    Preparing search index...

    Interface Error

    A failed local-tool outcome.

    interface Error {
        call_id: string;
        code: string;
        message: string;
        status: "error";
    }
    Index

    Properties

    call_id: string
    code: string
    message: string
    status: "error"