jQuery/JS Common - utils - Errors and Warnings
E0005
Occurs when the device on which the current application is running is not in the list of known devices.
E0006
Occurs when requesting a Url by the key that is not defined within the EndpointSelector's configuration object.
E0008
Occurs when it is impossible to create an action because the type of the passed option name is not a string.
It is an internal error. Please refer to our Support Center to solve the problem.
E0020
Acceptable template engines are listed in the description of the setTemplateEngine(name) method.
E0110
Occurs when an unknown or unregistered validation group is validated using the DevExtreme.validationEngine.validateGroup(group) method.
E0120
Check that you associate the dxValidator component with a DevExtreme editor or with a custom adapter that is set to interact with a custom editor.
See Also
E0121
Occurs in drop-down lists when the customItem field of the onCustomItemCreating function's parameter is not set.
W0004
To resolve this, do the following.
- Make sure that the CSS files with the required theme are added to the application.
- Make sure that the CSS files have valid links in the application's main page.
For details on themes, refer to the Predefined Themes article.
W0008
Appears if an array passed to the views option of the Scheduler widget contains an invalid view name.
W0013
Occurs if one of the deprecated files (dx.web.de.js, dx.mobile.de.js, dx.all.de.js, etc.) is used. Use the dx.messages.xx.js file instead.
W0014
Occurs if an option is set to a deprecated value type. Set the option to the type of value suggested in the warning message.