utils/ckeditorerror
@ckeditor/ckeditor5-utils/src/ckeditorerror
Filtering
Constants
-
URL to the documentation with error codes.
Classes
-
The CKEditor error class.
Functions
-
logError( errorName, [ data ] )
Logs an error to the console with a properly formatted message and adds a link to the documentation. Use whenever you want to log an error to the console.
Note: In most cases logging a warning using
logWarning
is enough.See also
CKEditorError
for an explanation when to use each method.Parameters
errorName : String
The error name to be logged.
[ data ] : Object
Additional data to be logged.
-
logWarning( errorName, [ data ] )
Logs a warning to the console with a properly formatted message and adds a link to the documentation. Use whenever you want to log a warning to the console.
See also
CKEditorError
for an explanation when to throw an error and when to log a warning or an error to the console.Parameters
errorName : String
The error name to be logged.
[ data ] : Object
Additional data to be logged.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.