@nospamproxy/core
    Preparing search index...
    interface RetryError {
        error: {
            "@NoSpamProxy.Error.Action": "retry";
            code: "InternalServerError";
            message: string;
        };
    }
    Index

    Properties

    Properties

    error: {
        "@NoSpamProxy.Error.Action": "retry";
        code: "InternalServerError";
        message: string;
    }