This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23034 - Requesting ConstraintNotSatisfiedError to be added
Summary: Requesting ConstraintNotSatisfiedError to be added
Status: RESOLVED WORKSFORME
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 23035
  Show dependency treegraph
 
Reported: 2013-08-21 12:05 UTC by Harald Alvestrand
Modified: 2017-12-06 10:32 UTC (History)
4 users (show)

See Also:


Attachments

Description Harald Alvestrand 2013-08-21 12:05:46 UTC
In the DOMError error code list, the WebRTC working group would like to have added.

Name: ConstraintNotSatisfiedError
Description: One of the mandatory constraints on the operation could not be satisfied.

No error code is needed.

Specification link: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#attributes-4
Comment 1 Anne 2013-10-29 11:39:31 UTC
IDL needs to take care of the exception story for the web. Reassigning relevant bugs.
Comment 2 Anne 2017-12-06 10:32:16 UTC
It seems this was resolved by defining a new exception class inline: https://w3c.github.io/mediacapture-main/getusermedia.html#overconstrainederror-object.