2013-09-24 23:49:44 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
2014-10-12 21:35:53 -07:00
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
2013-09-24 23:49:44 -07:00
|
|
|
|
2014-10-24 01:04:04 -07:00
|
|
|
[Constructor(DOMString errorName, short retryCount),
|
2015-01-28 23:55:47 -08:00
|
|
|
Pref="dom.icc.enabled",
|
|
|
|
CheckPermissions="mobileconnection",
|
|
|
|
AvailableIn="CertifiedApps"]
|
2013-09-24 23:49:44 -07:00
|
|
|
interface IccCardLockError : DOMError {
|
|
|
|
readonly attribute short retryCount;
|
|
|
|
};
|