Search completed in 1.56 seconds.
25 results for "dataerror":
Your results are loading. Please wait...
DOMException - Web APIs
dataerror provided data is inadequate (no legacy code value and constant name).
...adds the notreadableerror, unknownerror, constrainterror, dataerror, transactioninactiveerror, readonlyerror, versionerror, operationerror, and notallowederror values.
IDBCursor.continue() - Web APIs
dataerror the key parameter may have any of the following conditions: the key is not a valid key.
IDBCursor.continuePrimaryKey() - Web APIs
dataerror the key parameter may have any of the following conditions: the key is not a valid key.
IDBCursor.update() - Web APIs
WebAPIIDBCursorupdate
dataerror the underlying object store uses in-line keys and the property in the value at the object store's key path does not match the key in this cursor's position.
IDBFactory.cmp() - Web APIs
WebAPIIDBFactorycmp
the result of the comparison; the table below lists the possible values and their meanings: returned value description -1 1st key is less than the 2nd key 0 1st key is equal to the 2nd key 1 1st key is greater than the 2nd key exceptions this method may raise a domexception of the following types: attribute description dataerror one of the supplied keys was not a valid key.
IDBIndex.count() - Web APIs
WebAPIIDBIndexcount
dataerror the key or key range provided contains an invalid key.
IDBIndex.get() - Web APIs
WebAPIIDBIndexget
dataerror the key or key range provided contains an invalid key.
IDBIndex.getKey() - Web APIs
WebAPIIDBIndexgetKey
dataerror the key or key range provided contains an invalid key.
IDBIndex.openCursor() - Web APIs
dataerror the key or key range provided contains an invalid key.
IDBIndex.openKeyCursor() - Web APIs
dataerror the key or key range provided contains an invalid key.
IDBKeyRange.bound() - Web APIs
WebAPIIDBKeyRangebound
exceptions this method may raise a domexception of the following type: exception description dataerror the following conditions raise an exception: the lower or upper parameters were not passed a valid key.
IDBKeyRange.includes() - Web APIs
exceptions this method may raise a domexception of the following type: attribute description dataerror the supplied key was not a valid key.
IDBKeyRange.lowerBound() - Web APIs
exceptions this method may raise a domexception of the following type: exception description dataerror the value parameter passed was not a valid key.
IDBKeyRange.only() - Web APIs
WebAPIIDBKeyRangeonly
exceptions this method may raise a domexception of the following types: exception description dataerror the value parameter passed was not a valid key.
IDBKeyRange.upperBound() - Web APIs
exceptions this method may raise a domexception of the following type: exception description dataerror the value parameter passed was not a valid key.
IDBObjectStore.add() - Web APIs
dataerror any of the following conditions apply: the object store uses in-line keys or has a key generator, and a key parameter was provided.
IDBObjectStore.count() - Web APIs
dataerror the specified key or key range is invalid.
IDBObjectStore.delete() - Web APIs
dataerror the key is not a valid key or a key range.
IDBObjectStore.get() - Web APIs
dataerror the key or key range provided contains an invalid key.
IDBObjectStore.getAll() - Web APIs
dataerror the key or key range provided contains an invalid key or is null.
IDBObjectStore.getAllKeys() - Web APIs
dataerror the key or key range provided contains an invalid key or is null.
IDBObjectStore.getKey() - Web APIs
dataerror the key or key range provided contains an invalid key.
IDBObjectStore.openCursor() - Web APIs
dataerror the specified key or key range is invalid.
IDBObjectStore.openKeyCursor() - Web APIs
dataerror the specified key or key range is invalid.
IDBObjectStore.put() - Web APIs
dataerror any of the following conditions apply: the object store uses in-line keys or has a key generator, and a key parameter was provided.