AIC Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC Commands

AIC_---Artificial-Intelligenc2

Show error message

 

Syntax

AIC_---Artificial-Intelligenc2([ErrorCode])

 

Parameters

Name

Type

Required

Description

ErrorCode

Long

No

Specific error code to display (default: last error)

 

Return Value

Type

Description

Long

Returns error code that was displayed

 

Remarks

·Displays user-friendly error dialog

·Shows error description and possible solutions

·Use after failed API calls

 

Example

' 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.

 

See Also

AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2

 

Previous  Top  Next