|- valign="top" scope="row"
|<code>FODC0002</code>
| The specified document or collection resource cannot be retrieved.
|<code>doc("unknown.xml")</code>
|- valign="top" scope="row"
|<code>FODC0004</code>
| The specified collection cannot be retrieved.
|<code>collection("unknown")</code>
|- valign="top" scope="row"
|<code>FODC0005</code>
| The specified URI to a document resource is invalid.
|<code>doc("<xml/>")</code>
|- valign="top" scope="row"
|<code>FODC0006</code>
| The string passed to <code>fn:parse-xml()</code> is not well-formed.
|<code>parse-xml("<x/")</code>
|- valign="top" scope="row"
|<code>FODC0007</code>
| The base URI passed to <code>fn:parse-xml()</code> is invalid.
|<code>parse-xml("<x/>", ":")</code>
|-
| colspan=3 |
|- valign="top" scope="row"
|<code>FODT0002</code>
| A duration declaration or operation causes an over- or underflow.
|<code>fn:implicit-timezone() div 0</code>
|- valign="top" scope="row"
|<code>FODT0003</code>
| An invalid timezone was specified.
|<code>adjust-time-to-timezone(xs:time("01:01:01"), xs:dayTimeDuration("PT20H"))</code>
|-
| colspan=3 |
|- valign="top" scope="row"
|<code>FOER0000</code>
| Error triggered by the <code>fn:error()</code> function.
|<code>error()</code>
|}
Still in progress…