Data
- Default Namespace
- XML Schema File: ns0.xsd
The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.
The following elements are members of this namespace:
The following types are members of this namespace:
Element eisFault
- Type: eisFault
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<eisFault>
<faultDetail>
<!--content of type 'string'-->
...
</faultDetail>
</eisFault>
Example JSON
{
"faultDetail" : "..."
}
Type eisFault
Child Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| faultDetail (string) | 0/1 | (no documentation provided) |
Type unknownSourceBean
Information about an unknown source.
Child Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| sourceId (string) | 0/1 | The id of the source. |
| errorCode (int) | 1/1 | The error code. |