This repository was archived by the owner on Jun 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Error codes
Rich-Harris edited this page Oct 15, 2014
·
5 revisions
This page exists to document the various errors that gobble emits if it encounters problems. When gobble creates an error, it inherits from GobbleError (defined here) - these errors have a code property which is one of those listed below, and a name property which is 'GobbleError'.
These error codes can be used by external modules, such as gobble-cli, but are subject to change.
page is under construction...
| code | description | additional properties |
|---|---|---|
| TRANSFORMATION_FAILED | An error occurred while executing a transformation |
|
| PLUGIN_NOT_FOUND | A plugin referenced by a string (e.g. node.transform('foo')
|
|