sdkGetLastError()
Returns the most recent error string reported by the SDK.
sdkGetLastError()
Return Value
string : The most recent error string
Example
// Example
console.log(sdk.sdkGetLastError());
Last updated
Was this helpful?