Type Definitions
callback(erropt, dataopt)
Standard node.js callback signature
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
err |
Error |
<optional> |
Error Object, if any. |
data |
any |
<optional> |
Data returned, if any. |