@duckduckgo/content-scope-scripts
    Preparing search index...

    The wire shape of a failed action result.

    interface ErrorResponse {
        error: { actionID: string; message: string };
    }
    Index

    Properties

    Properties

    error: { actionID: string; message: string }