@molroo-ai/sdk
    Preparing search index...

    Interface ApiErrorResponse

    interface ApiErrorResponse {
        error: { code: string; message: string };
    }
    Index

    Properties

    Properties

    error: { code: string; message: string }