Re: [web-bluetooth] Describe what to do if a method is called on a removed attribute

How does 
[InvalidStateError](https://heycam.github.io/webidl/#invalidstateerror)
 sound for the "you used a removed attribute" exception? NotFoundError
 is also plausible, but it could be confused with 
[`presentService.getCharacteristic("not_found_uuid")`](https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothgattservice-getcharacteristic)
 (which currently returns a 
[SyntaxError](https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothuuid-getcharacteristic)
 or `null` or the result of #124).

-- 
GitHub Notif of comment by jyasskin
See 
https://github.com/WebBluetoothCG/web-bluetooth/issues/130#issuecomment-110876530

Received on Wednesday, 10 June 2015 18:53:50 UTC