aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/api/domerror/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/api/domerror/index.html')
-rw-r--r--files/de/web/api/domerror/index.html189
1 files changed, 189 insertions, 0 deletions
diff --git a/files/de/web/api/domerror/index.html b/files/de/web/api/domerror/index.html
new file mode 100644
index 0000000000..1251609ed3
--- /dev/null
+++ b/files/de/web/api/domerror/index.html
@@ -0,0 +1,189 @@
+---
+title: DOMError
+slug: Web/API/DOMError
+tags:
+ - API
+ - DOM
+ - Fehler
+ - Interface
+ - Referenz
+translation_of: Web/API/DOMError
+---
+<p>{{ APIRef("DOM") }}</p>
+
+<p>Das <strong><code>DOMError-</code></strong>Interface beschreibt ein Fehler-Objekt, welches ein Fehlername enthält.</p>
+
+<h2 id="Eigenschaften">Eigenschaften</h2>
+
+<dl>
+ <dt>{{domxref("DOMError.name")}} {{readOnlyInline}}</dt>
+ <dd>Gibt ein {{ domxref("DOMString") }} zurück, welcher einer der folgenden Fehlertypnamen repäsentiert (siehe unten).</dd>
+</dl>
+
+<h2 id="Fehlertypen">Fehlertypen</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <td>Typ</td>
+ <td>Beschreibung</td>
+ </tr>
+ <tr>
+ <td><code>IndexSizeError</code></td>
+ <td>Der Index ist ausserhalb des gültigen Bereichs (z. B. bei einem {{ domxref("range") }}-Objekt).</td>
+ </tr>
+ <tr>
+ <td><code>HierarchyRequestError</code></td>
+ <td>Die  Knoten-Baum-Hierarchie ist nicht korrekt.</td>
+ </tr>
+ <tr>
+ <td><code>WrongDocumentError</code></td>
+ <td>Das Objekt ist im falschen {{ domxref("document") }}.</td>
+ </tr>
+ <tr>
+ <td><code>InvalidCharacterError</code></td>
+ <td>Der String beeinhaltet unglütige Charakter.</td>
+ </tr>
+ <tr>
+ <td><code>NoModificationAllowedError</code></td>
+ <td>Das Objekt kann nicht modifiziert werden.</td>
+ </tr>
+ <tr>
+ <td><code>NotFoundError</code></td>
+ <td>Das Objekt kann nicht gefunden werden.</td>
+ </tr>
+ <tr>
+ <td><code>NotSupportedError</code></td>
+ <td>Die Operation wird nicht unterstützt</td>
+ </tr>
+ <tr>
+ <td><code>InvalidStateError</code></td>
+ <td>Das Objekt hat einen ungültigen Status.</td>
+ </tr>
+ <tr>
+ <td><code>SyntaxError</code></td>
+ <td><span class="hps">Der String entspricht </span><span class="hps">nicht den erwarteten</span> <span class="hps">Muster.</span></td>
+ </tr>
+ <tr>
+ <td><code>InvalidModificationError</code></td>
+ <td>Das Objekt kann nicht in dieser Art modifiziert werden.</td>
+ </tr>
+ <tr>
+ <td><code>NamespaceError</code></td>
+ <td>Die Operation ist nicht erlaubt in XML-Namespaces.</td>
+ </tr>
+ <tr>
+ <td><code>InvalidAccessError</code></td>
+ <td>Das Objekt unterstützt diese Operation oder dieses Argument nicht.</td>
+ </tr>
+ <tr>
+ <td><code>TypeMismatchError</code></td>
+ <td>Der Typ des Objekts entspricht nicht dem erwarteten Typ.</td>
+ </tr>
+ <tr>
+ <td><code>SecurityError</code></td>
+ <td>Diese Operation ist unsicher.</td>
+ </tr>
+ <tr>
+ <td><code>NetworkError</code></td>
+ <td>Ein Netzwerkfehler ist aufgetreten.</td>
+ </tr>
+ <tr>
+ <td><code>AbortError</code></td>
+ <td>Die Operation wurde abgebrochen.</td>
+ </tr>
+ <tr>
+ <td><code>URLMismatchError</code></td>
+ <td>Die angegebene URL entspricht nicht einer anderen URL.</td>
+ </tr>
+ <tr>
+ <td><code>QuotaExceededError</code></td>
+ <td>Das Kontingent wurde überschritten.</td>
+ </tr>
+ <tr>
+ <td><code>TimeoutError</code></td>
+ <td>Timeout bei der Operation.</td>
+ </tr>
+ <tr>
+ <td><code>InvalidNodeTypeError</code></td>
+ <td>Der Knoten ist nicht korrekt oder hat falsche Vorfahren für die Operation.</td>
+ </tr>
+ <tr>
+ <td><code>DataCloneError</code></td>
+ <td>Das Objekt kann nicht geklont werden.</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Spezifikationen">Spezifikationen</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Spezifikation</th>
+ <th scope="col">Status</th>
+ <th scope="col">Kommentar</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('DOM4', '#interface-domerror', 'DOMError')}}</td>
+ <td>{{Spec2('DOM4')}}</td>
+ <td>Initial definition.</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser-Kompatiblität">Browser-Kompatiblität</h2>
+
+<p>{{CompatibilityTable}}</p>
+
+<div id="compat-desktop">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Feature</th>
+ <th>Chrome</th>
+ <th>Firefox (Gecko)</th>
+ <th>Internet Explorer</th>
+ <th>Opera</th>
+ <th>Safari</th>
+ </tr>
+ <tr>
+ <td>Basissupport</td>
+ <td>{{CompatUnknown}}</td>
+ <td>12.0</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatVersionUnknown}}</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<div id="compat-mobile">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Feature</th>
+ <th>Android</th>
+ <th>Firefox Mobile (Gecko)</th>
+ <th>IE Mobile</th>
+ <th>Opera Mobile</th>
+ <th>Safari Mobile</th>
+ </tr>
+ <tr>
+ <td>Basissupport</td>
+ <td>{{CompatUnknown}}</td>
+ <td>12.0</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<h2 id="Siehe_auch">Siehe auch</h2>
+
+<ul>
+ <li>{{ domxref("DOMException") }}</li>
+</ul>