GetError

Gets the error from the error message.

Syntax

Function getError() As String 

Parameters

  • None

Results

Returns the error message in the message.

Example

Dim sErrorMessage As String
...

sErrorMessage = replyMsg.getError()