CBFS Filter 2020 Node.js Edition

Questions / Feedback?

Error Event

Fires if an unhandled error occurs during an event.

Syntax

cbmonitor.on('Error', [callback])

Callback

The 'callback' is called when the 'Error' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.errorCode
e.description

Remarks

This event fires if an unhandled error occurs during another event. Developers can use this information to help track down unhandled errors in an application's event handlers.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Filter 2020 Node.js Edition - Version 20.0 [Build 8164]