3.1.4.4.3.8 tns:UserSettingErrors Complex Type

The UserSettingErrors complex type represents a collection of UserSettingError elements, as specified in section 3.1.4.4.2.16, that contains error information for settings that could not be returned.

 <xs:complexType name="UserSettingErrors">
   <xs:sequence>
     <xs:element name="UserSettingError"
       type="tns:UserSettingError"
       nillable="true"
       minOccurs="0"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the UserSettingErrors complex type.

Element name

Type

Description

UserSettingError

tns:UserSettingError (section 3.1.4.4.3.10)

Specifies an error from a GetUserSettings operation request.