2.3.1.8 CoauthSubResponseType

The CoauthSubResponseType complex type contains information about the success or failure in processing the coauthoring subrequest. In the case of success, it contains coauthoring information requested as part of the coauthoring subrequest. In the case of failure, the ErrorCode attribute that is part of a SubResponse element specifies the error code result for this subrequest. ErrorCode is specified in section 2.2.4.8. The SubResponseType definition from which CoauthSubResponseType is extended is defined in section 2.2.4.8.

 <xs:complexType name="CoauthSubResponseType">
   <xs:complexContent>
     <xs:extension base="tns:SubResponseType">
       <xs:sequence minOccurs="0" maxOccurs="1">
          <xs:element name="SubResponseData" type="tns:CoauthSubResponseDataType" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

SubResponseData: A CoauthSubResponseDataType that specifies coauthoring-related information provided by the protocol server that was requested as part of the coauthoring subrequest. CoauthSubResponseDataType is defined in section 2.3.1.7. As part of processing the coauthoring subrequest, the SubResponseData element MUST be sent as part of the SubResponse element in a cell storage service response message only if the following condition is true:

  • The ErrorCode attribute that is part of the SubResponse element is set to a value of "Success".

The protocol server sets the value of the ErrorCode attribute to "Success" only if the protocol server succeeds in processing the coauthoring subrequest. ErrorCode is specified in section 2.2.4.8.