[Bug 18558] [IndexedDB] Define error seen when key generator maximum value is reached

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18558

--- Comment #2 from Odin Hørthe Omdal <odinho@opera.com> 2012-08-23 09:46:15 UTC ---
Hmm. We fail with ConstraintError because it's "coming from the database". 

I don't really think DataError is a very good fit based on how it's used in
other parts of the spec, dealing more with the data that you put in. This is
really something you can't control, it's different from the others.

I'd be okay and change it to DataError if you update the spec to that, no
problem. I just think ConstraintError makes a bit more sense :-)

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 23 August 2012 09:46:17 UTC