Growthackr Chrome Extension - v1.0.0
    Preparing search index...

    Error response interface

    interface ErrorResponse {
        error: string;
        success: false;
    }
    Index

    Properties

    Properties

    error: string

    Error message describing what went wrong

    success: false

    Whether the operation was successful (always false for errors)