AI Object
 
Syntax
 
AI.GetErrorMessage(Handle As Long) As String
 
Description
Returns the human-readable error description of a conversation handle whose status is aiStatusError. Use this together with GetErrorCode to report or log why asynchronous processing failed. Returns an empty string for an unknown handle or a handle without an error.
 
Parameter
Description
Handle
Long, a handle created with NewConversation.
 
See Also
GetErrorCodeGetStatusLastErrorMessage.