@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbDataSourceErrorResponse

    interface UmbDataSourceErrorResponse {
        error?: Error | UmbError | UmbApiError | UmbCancelError;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error?: Error | UmbError | UmbApiError | UmbCancelError

    The error that occurred when fetching the data.