WatchdogErrorEvent
typedef
Fired when a new CKEditorError error connected to the watchdog instance occurs and the watchdog will react to it.
watchdog.on( 'error', ( evt, { error, causesRestart } ) => {
console.log( 'An error occurred.' );
} );
Copy code
Properties
args : [ WatchdogErrorEventData ]module:watchdog/watchdog~WatchdogErrorEvent#argsname : 'error'module:watchdog/watchdog~WatchdogErrorEvent#name
Value
object