packages/fxa-geodb/lib/errors.js (5 lines of code) (raw):

/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ const ERRORS = { IS_INVALID: 'IP is invalid', UNABLE_TO_FETCH_DATA: 'Unable to fetch data', }; module.exports = ERRORS;