Global

Type Definitions

resultCallback(result, errors, messages, call, id)

Callback invoked when the result of a request is available.
Parameters:
Name Type Description
result The result of the function. This may be null, a string, number, array, or complex object, depending on what function was called.
errors Array.<string> A list of errors, or null if there were no errors.
messages Array.<string> A list of messages from the server if any.
call string The name of the function that was called
id string The ID that was passed to the method, if any.
Source: