Client.ResourceLimit Fault Messages
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
The request would have exceeded some resource limit.
Client.ResourceLimit.Meeting.Full
The meeting is full.
Client.ResourceLimit.Seats
The request would have exceeded some resource limit on seats. The following table specifies the options corresponding to this fault code and those below it in the hierarchy.
Client.ResourceLimit.Seats Fault Options
Name |
Description |
---|---|
maxUsers |
decimalOption. Value range 1 to 231-1. Specifies the number of seats requested. |
Client.ResourceLimit.Seats.Reserved
The request would have exceeded the resource limit on the number of available seats. The following table specifies the options corresponding to this fault code and those below it in the hierarchy.
Client.ResourceLimit.Seats.Reserved Fault Options
Name |
Description |
---|---|
available |
decimalOption. Value range 1 to 231-1. Specifies the maximum number of seats available during the entire scheduled time of the meeting. |
The example from a CreateMeetingRequest shows a request for more seats than are available.
<PlaceWareConfCenter>
<Fault>
<FaultCode>Client.ResourceLimit.Seats.Reserved</FaultCode>
<FaultString>You requested more seats than are available.</FaultString>
<OptionList>
<TimeOption name="time" value="2002-09-01T07:53:47Z"/>
<DecimalOption name="maxUsers" value="100"/>
<DecimalOption name="available" value="90"/>
</OptionList>
</Fault>
</PlaceWareConfCenter>