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.
| ||||
See Also
| GetErrorCode, GetStatus, LastErrorMessage.
|