Searched refs:errorObject (Results 1 – 4 of 4) sorted by relevance
30 var errorObject = { message: message }; variable32 targetChrome.extension.lastError = errorObject;35 targetChrome.runtime.lastError = errorObject;
912 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent() local916 if (errorObject instanceof SIPServerTransaction) { in transactionErrorEvent()917 ev = new TimeoutEvent(this, (ServerTransaction) errorObject, in transactionErrorEvent()920 SIPClientTransaction clientTx = (SIPClientTransaction) errorObject; in transactionErrorEvent()925 ev = new TimeoutEvent(this, (ClientTransaction) errorObject, in transactionErrorEvent()929 this.handleEvent(ev, (SIPTransaction) errorObject); in transactionErrorEvent()932 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent() local936 if (errorObject instanceof SIPServerTransaction) { in transactionErrorEvent()937 ev = new TimeoutEvent(this, (ServerTransaction) errorObject, in transactionErrorEvent()940 SIPClientTransaction clientTx = (SIPClientTransaction) errorObject; in transactionErrorEvent()[all …]
65 RefPtr<TypeBuilder::Database::Error> errorObject = TypeBuilder::Database::Error::create() in reportTransactionFailed() local68 requestCallback->sendSuccess(0, 0, errorObject.release()); in reportTransactionFailed()
139 var errorObject = { variable154 request.send(JSON.stringify(errorObject));