Hi all, we were looking at the AGENT API error response, and we couldn’t find a full list of all the possible ErrorType in “Cisco Unified Contact Center Enterprise Developer Reference, Release 11.6(1)”
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_11_6_1/Program/Guide/ucce_b_developer-reference-11-6/ucce_b_cisco-unified-contact-center-enterprise_chapter_00.html?bookSearch=true#PCCE_RF_...
errorType: Indicates the type of error. This is the primary identifier for the problem and can be used to map the type to a user readable string. For example, if your application receives an error with the errorType of invalidInput.fieldRequired, then you could display "This field is a required field; it cannot be left blank" to the user.
Will it be possible to get an exhaustive list of ErrorType as we will need it to handle all the exception whenever we get an issue ?
Thanks in advance,
Ernst