2.2.4.4.1 ReturnClass Type

The ReturnClass type describes the return class for the Machine Identity Provider.

       <xs:complexType name="ReturnClass">
         <xs:sequence>
           <xs:element minOccurs="0" name="ErrorCatalog" type="tns:ErrorCatalogType" />
           <xs:element minOccurs="0" name="NativeError" type="xs:int" />
         </xs:sequence>
       </xs:complexType>

ErrorCatalog: The ErrorCatalogType value of an error, if one occurred.

NativeError: The native error code if an error happened.