Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 296
Fault codes
The Cisco TelePresence MCU returns a fault code when it encounters a problem with processing an XML-
RPC request.
The following table lists the fault codes that may be returned by the MCU and their most common
interpretations.
Fault
Code
Description
1
method not supported
. This method is not supported on this device.
2
duplicate conference name
. A conference name was specified, but is already in use.
3
duplicate participant name
. A participant name was specified, but is already in use.
4
no such conference or auto attendant
. The conference or auto attendant identification given does
not match any conference or auto attendant.
5
no such participant
. The participant identification given does not match any participants.
6
too many conferences
. The device has reached the limit of the number of conferences that can be
configured.
7
too many participants
. There are already too many participants configured and no more can be
created.
8
no conference name or auto attendant id supplied
. A conference name or auto attendant
identifier was required, but was not present.
9
no participant name supplied
. A participant name is required but was not present.
10
no participant address supplied
. A participant address is required but was not present.
11
invalid start time specified
. A conference start time is not valid.
12
invalid end time specified
. A conference end time is not valid.
13
invalid PIN specified
. A PIN specified is not a valid series of digits.
14
authorization failed
. The requested operation is not permitted on this device.
15
insufficient privileges
. The specified user id and password combination is not valid for the
attempted operation.
16
invalid enumerateID value
. An enumerate ID passed to an enumerate method invocation was
invalid. Only values returned by the device should be used in enumerate methods.
17
port reservation failure
. This is in the case that reservedAudioPorts or reservedVideoPorts value
is set too high, and the device cannot support this.
18
duplicate numeric ID
. A numeric ID was given, but this ID is already in use.
19
unsupported protocol
. A protocol was used which does not correspond to any valid protocol for this
method. In particular, this is used for participant identification where an invalid protocol is specified.
20
unsupported participant type
. A participant type was used which does not correspond to any
participant type known to the device.
25
new port limit lower than currently active
26
floor control not enabled for this conference
27
no such template
. The specified template wasn't found.
Cisco TelePresence MCU API 2.10
Page 183 of 296
Related information
Fault codes