Indigo.prototype.getLastError = function()

in indigo.js [2258:2262]


Indigo.prototype.getLastError = function() {
    if (this._lib)
        return this._lib.indigoGetLastError();
    return '';
};