Type Definitions
Callback(error, result)
Parameters:
| Name | Type | Description |
|---|---|---|
error |
String | null | String on error, or null if no error |
result |
Object | null | Object on success, or null if error |