Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
24
Reason code
Description
duplicateCoSpaceIdPasscode
You tried to modify a coSpace, or create or modify a coSpace access
method, using a call ID/passcode combination that clashed with
another call ID/passcode that is already used by that coSpace or one of
its access methods.
duplicateCoSpaceUriPasscode
You tried to modify a coSpace, or create or modify a coSpace access
method, using a URI/passcode combination that clashed with
URI/passcode combination that is already used by that coSpace or one
of its access methods.
duplicateCoSpaceSecret
You tried to modify a coSpace, or create or modify a coSpace access
method, using a secret that clashed with one that is already used by
that coSpace or one of its access methods.
forwardingDialPlanRuleDoesNotExist
You tried to modify or remove an forwarding dial plan rule using an ID
that did not correspond to a valid forwarding dial plan rule.
inboundDialPlanRuleDoesNotExist
You tried to modify or remove an inbound dial plan rule using an ID that
did not correspond to a valid inbound dial plan rule.
inboundDialPlanRuleUriConflict
You tried to make modifications to an inbound dial plan rule which
would have caused a URI conflict. For example, this can happen if you
try to add a rule which matches multiple tenants and more than one
tenant has a coSpace with the same URI.
invalidOperation
You tried an operation which isn't supported; for example, you
attempted to POST to /api/v1/system/profiles or issue a DELETE for a
configured user generated from an LDAP sync.
invalidVersion
You attempted an operation with an invalid API version.
ivrBrandingProfileDoesNotExist
You tried to modify or remove an IVR branding profile object using an
ID that did not correspond to a valid IVR branding profile on the system.
ivrDoesNotExist
You tried to modify or remove an IVR object using an ID that did not
correspond to a valid IVR on the system.
ivrUriConflict
You tried to make modifications to an IVR object which would have
caused a URI conflict.
ldapMappingDoesNotExist
You tried to modify or remove an LDAP mapping using an ID that did
not correspond to a valid LDAP mapping.
ldapServerDoesNotExist
You tried to modify or remove an LDAP server using an ID that did not
correspond to a valid LDAP server.
ldapSourceDoesNotExist
You tried to modify or remove an LDAP source using an ID that did not
correspond to a valid LDAP source.
ldapSyncCannotBeCancelled
You tried to cancel an LDAP synchronization that has either started or
completed – only LDAP synchronization methods that have not started
yet can be canceled.
4   API Methods