@squidcloud/client
    Preparing search index...

    Interface TestDataConnectionResponse

    Response from testing a data connection.

    interface TestDataConnectionResponse {
        errorMessage?: string;
        success: boolean;
    }
    Index

    Properties

    errorMessage?: string

    Error message if the connection test failed.

    success: boolean

    Whether the connection test was successful.