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();