Searched refs:ConstraintError (Results 1 – 5 of 5) sorted by relevance
67 ConstraintError, enumerator
127 exceptionState.throwDOMException(ConstraintError, "A constraint was violated."); in execute()
208 …exceptionState.throwDOMException(ConstraintError, "An object store with the specified name already… in createObjectStore()
405 …exceptionState.throwDOMException(ConstraintError, "An index with the specified name already exists… in createIndex()
494 COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionConstraintError, ConstraintError);