Ensure all error constants are defined
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 28 Mar 2013 14:04:15 +0100
changeset 1499 f961bc039943
parent 1498 ef0b69435fe7
child 1500 1d2acd15e3cb
Ensure all error constants are defined
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Mar 28 13:57:36 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Thu Mar 28 14:04:15 2013 +0100
@@ -3906,7 +3906,7 @@
       <dl title="enum JsonLdErrorCode" class="idl">
         <dt>loading document failed</dt>
         <dd>The document could not be loaded or parsed as JSON.</dd>
-        <dt>list of lists detected</dt>
+        <dt>list of lists</dt>
         <dd>A list of lists was detected. List of lists are not supported in
           this version of JSON-LD due to the algorithmic complexity associated
           with conversion to RDF.</dd>
@@ -3985,6 +3985,7 @@
           associated language tag was detected.</dd>
         <dt>invalid typed value</dt>
         <dd>A <tref>typed value</tref> with an invalid type was detected.</dt>
+        <dt>invalid set or list object</dt>
         <dd>A <tref>set object</tref> or <tref>list object</tref> with
           disallowed members has been detected.</dd>
         <dt>invalid language map value</dt>