Client.BadState 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 was on an object that was not in a state in which it could process the request successfully.
Client.BadState.RemoveMissing
One or more of the user or group IDs that were removed were not present. The following table specifies the options corresponding to this fault code and those below it in the hierarchy.
Client.BadState.RemoveMissing Fault Options
Name |
Description |
---|---|
groupIDs |
StringListOption. Length range 1-64 characters. Specifies the missing group IDs. |
userIDs |
StringListOption. Length range 1-64 characters. Specifies the missing user IDs. |
Here is an example from sending a ModifyUserRequest to remove the user from the jokers group when the group "jokers" does not exist.
<PlaceWareConfCenter>
<Fault>
<FaultCode>Client.BadState.RemoveMissing</FaultCode>
<FaultString>User or group IDs being removed are not present.</FaultString>
<OptionList>
<TimeOption name="time" value="2006-05-31T20:53:47Z"/>
<StringListOption name="groupIDs">
<String>jokers</String>
</StringListOption>
</OptionList>
</Fault>
</PlaceWareConfCenter>