Global

Type Definitions

errorCallback(err)

error callback that gets notified if there is an error
Parameters:
Name Type Description
err Object Error data object
Properties
Name Type Description
type Number The type of error. Should be one of the error constants in the api like FILE_IO_ERROR
msg String An explanation of the error in English.
Source:

progressCallback(progress)

progress callback that gets notified of the progress of various operaions
Parameters:
Name Type Description
progress Object Progress data object
Properties
Name Type Description
pct Number a number between 1-100 that indicates the percentage of the operation that is complete.
msg String An description of the current state of the operation in English.
Source:

successCallback()

success callback that gets notified when an operation completes successfully.
Source: