RequestE3Info.getErrorMessage Method

Get the myDATA error message. If there is no error, it returns Null
Public Function getErrorMessage() As String
This language is not supported or no code example is available.
public string getErrorMessage()
This language is not supported or no code example is available.

Return Value

string
Example
 
 string errorMessage = rvi.getErrorMessage();
 					
This language is not supported or no code example is available.
 Dim errorMessage as String = rvi.getErrorMessage()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition