The type of object returned by the asynchronous operation.
A function which is called upon the completion of an asynchronous operation
The error object, if one occurred, otherwise null if the operation completed successfully.
The result of the asynchronous operation if it completed successfully. If err is defined, the presence of this value is unknown.
Generated using TypeDoc
A method which is called once an asynchronous operation has completed, an alternative to using Promises.