GetError

Gets the error message from the message.

Syntax

public String GetError() 

Parameters

  • None

Results

Returns the error message in the message.

Example

String error = message.GetError();