|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Show error message
AIC_---Artificial-Intelligenc2([ErrorCode])
Name
Type
Required
Description
ErrorCode
Long
No
Specific error code to display (default: last error)
Type
Description
Long
Returns error code that was displayed
·Displays user-friendly error dialog
·Shows error description and possible solutions
·Use after failed API calls
' Show last error messageAIC_---Artificial-Intelligenc2()' Show specific errorAIC_---Artificial-Intelligenc2(401) ' Unauthorized
Displays an error message dialog for the specified or last error code.
AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2
Previous Top Next