NotFound Error

Thrown when trying to load an object that does not exist, or the object could not be loaded.

Error Template

<ns1:XMLFault>
    <ns1:faultstring>
       Error message.
    </ns1:faultstring>
    <ns1:detail>
        <ns1:NotFound>
        </ns1:NotFound>
    </ns1:detail>
<ns1:XMLFault>