Single-Key callbacks. This callback is passed to all of the single key functions.
A typical use pattern is to pass the result> parameter from the callback as the options parameter to one of the next operations.
{function} KeyCallback
The error for the operation. This can either be an Error object or a false value. The error contains the following fields:
The result of the operation that was executed.
any