Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface NotFoundErrorBody

    interface NotFoundErrorBody {
        message: string;
        statusCode: string;
        error: "Not Found";
    }
    Index
    message: string
    statusCode: string
    error: "Not Found"