loadFailCallback Property
Summary
The callback function that fires if the loadFromLocal operation fails.
Syntax
Object.defineProperty(LoadFromLocalParams.prototype, 'loadFailCallback',
get: function(),
set: function(value)
)
Property Value
Default value is null. If a valid function is provided, this callback fires if the loadFromLocal operation fails. This function will be passed a ServiceError containing the error information.