Change InvalidContext exception to have LOAD_ERROR instead of MULTIPLE_DATATYPES code, which can't happen anymore.
--- a/spec/latest/json-ld-api/index.html Wed Dec 28 17:42:12 2011 -0800
+++ b/spec/latest/json-ld-api/index.html Tue Jan 03 10:18:19 2012 -0800
@@ -493,11 +493,8 @@
<dd>A general syntax error was detected in the <code>@context</code>.
For example, if a <code>@type</code> key maps to anything other than
a string or an array of strings, this exception would be raised.</dd>
- <dt>MULTIPLE_DATATYPES</dt>
- <dd>There is more than one target datatype specified for a single
- property in the list of coercion rules. This means that the processor
- does not know what the developer intended for the target datatype for a
- property.</dd>
+ <dt>LOAD_ERROR</dt>
+ <dd>There was a problem encountered loading a remote context.</dd>
</dl>
</dd>
@@ -521,11 +518,8 @@
<dd>A general syntax error was detected in the <code>@context</code>.
For example, if a <code>@type</code> key maps to anything other than
a string or an array of strings, this exception would be raised.</dd>
- <dt>MULTIPLE_DATATYPES</dt>
- <dd>There is more than one target datatype specified for a single
- property in the list of coercion rules. This means that the processor
- does not know what the developer intended for the target datatype for a
- property.</dd>
+ <dt>LOAD_ERROR</dt>
+ <dd>There was a problem encountered loading a remote context.</dd>
</dl>
<dl class="exception" title="ProcessingError">
@@ -587,11 +581,8 @@
<dd>A general syntax error was detected in the <code>@context</code>.
For example, if a <code>@type</code> key maps to anything other than
a string or an array of strings, this exception would be raised.</dd>
- <dt>MULTIPLE_DATATYPES</dt>
- <dd>There is more than one target datatype specified for a single
- property in the list of coercion rules. This means that the processor
- does not know what the developer intended for the target datatype for a
- property.</dd>
+ <dt>LOAD_ERROR</dt>
+ <dd>There was a problem encountered loading a remote context.</dd>
</dl>
</dd>
@@ -618,11 +609,8 @@
<dd>A general syntax error was detected in the <code>@context</code>.
For example, if a <code>@type</code> key maps to anything other than
a string or an array of strings, this exception would be raised.</dd>
- <dt>MULTIPLE_DATATYPES</dt>
- <dd>There is more than one target datatype specified for a single
- property in the list of coercion rules. This means that the processor
- does not know what the developer intended for the target datatype for a
- property.</dd>
+ <dt>LOAD_ERROR</dt>
+ <dd>There was a problem encountered loading a remote context.</dd>
</dl>
</dd>