Member Junction
    Preparing search index...

    Details about a data source that failed to load

    interface FailedDataSource {
        entityName?: string;
        errorMessage: string;
        name: string;
    }
    Index

    Properties

    entityName?: string

    Entity name if applicable (for RunView sources)

    errorMessage: string

    Error message describing the failure

    name: string

    Name of the data source that failed