UNPKG

@a11ywatch/core

Version:
19 lines 1.71 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCAN_TIMEOUT = exports.EMAIL_NEEDS_CONFIRMATION = exports.RATE_EXCEEDED_ERROR = exports.WEBSITE_URL_ERROR = exports.URL_NOT_FOUND = exports.PASSWORD_ERROR = exports.WEBSITE_SCAN_ERROR = exports.WEBSITE_NOT_FOUND = exports.WEBSITE_EXIST_ERROR = exports.TOKEN_EXPIRED_ERROR = exports.GENERAL_ERROR = exports.AUTH_ERROR = exports.ISSUE_EXIST_ERROR = exports.EMAIL_ERROR = exports.ADD_FREE_MAX_ERROR = void 0; exports.ADD_FREE_MAX_ERROR = "Max websites added. Please upgrade your account or remove a website."; exports.EMAIL_ERROR = "Please check your email and password and try again."; exports.ISSUE_EXIST_ERROR = "Issue, already exist."; exports.AUTH_ERROR = "Error, please sign in to continue."; exports.GENERAL_ERROR = "Error, an issue has occurred."; exports.TOKEN_EXPIRED_ERROR = "JWT: expired please sign in again to continue"; exports.WEBSITE_EXIST_ERROR = "Website already exist, please try another name."; exports.WEBSITE_NOT_FOUND = "Website not found, please try another url."; exports.WEBSITE_SCAN_ERROR = "Couldn't find website with id."; exports.PASSWORD_ERROR = "Please check your password and try again."; exports.URL_NOT_FOUND = "Url not provided. Please try again with a valid web url."; exports.WEBSITE_URL_ERROR = "Invalid url, please check your url and try again."; exports.RATE_EXCEEDED_ERROR = "RATE EXCEEDED: Please try again later or upgrade your account."; exports.EMAIL_NEEDS_CONFIRMATION = "Email confirmation required to commence scans and crawls."; exports.SCAN_TIMEOUT = "Scan timeout, rendered too slow over 25000 ms or not at all. Check your url and try again."; //# sourceMappingURL=errors.js.map