2.2.5.11 ServiceErrorType

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Broadcast.Pipe.Interface

A simple type that specifies an enumeration of a set of protocol errors returned by the protocol server to the protocol client.

 <xs:simpleType name="ServiceErrorType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="UnknownError"/>
     <xs:enumeration value="ApplicationError"/>
     <xs:enumeration value="Timeout"/>
     <xs:enumeration value="ServiceBusy"/>
     <xs:enumeration value="SessionFull"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the ServiceErrorType simple type.

Value

Meaning

UnknownError

The protocol server encountered an unknown error.

ApplicationError

The protocol server encountered an application error.

Timeout

The protocol server timed out.

ServiceBusy

The protocol server is busy.

SessionFull

The protocol cannot allow more attendees to join a broadcast session.