UNPKG

syphonx-core

Version:

SyphonX is a template-driven solution for extracting data from HTML in a highly efficient way. It combines the power of jQuery, Regular Expressions, and Javascript into a declarative template-driven format that extracts and reshapes HTML data into JSON.

14 lines 708 B
export const errorCodeMessageMap = { "app-error": "An application defined error occured.", "click-timeout": "Timeout waiting for click result.", "click-required": "Could not find click target on the page.", "error-limit": "Error limit exceeded.", "eval-error": "Error evaluating formula.", "fatal-error": "An unexpected error occurred.", "invalid-select": "Invalid selector query found.", "invalid-operator": "Invalid jQuery formula.", "invalid-operand": "Invalid argument to a jQuery formula.", "select-required": "Could not find target of a required selector on the page.", "waitfor-timeout": "Timeout waiting for selector." }; //# sourceMappingURL=errors.js.map