Response Error Handling

Webex Meetings XML API response documents support error handling with the response element. Error responses will contain a human readable error message that can help narrow down the cause of error.




response contains the following elements:


Element Description
result SUCCESS or FAILURE. A string literal value that will signal if you should look for response data or error message
reason A human readable error message. Only returned if result is FAILURE. Error messages are subject to change and are best used when manually debugging or displaying error message to end user
gsbStatus PRIMARY or BACKUP. BACKUP indicates that your Webex services are using backup servers due to daily/weekly maintenance or service outage
exceptionID A system value that can be captured for automated error handling. Only returned if result is FAILURE.
subErrors Additional informaiton to suppliment the reason as needed. Only returned when result is FAILURE and if applicalbe to the error message