com.vhosting.netconf.frame
Interface RpcReplyErrorMessage


public interface RpcReplyErrorMessage

This interface makes available information about an error received in response to a human readable form.

Version:
1.00, 02/11/2010
Author:
Giuseppe Palmeri

Method Summary
 java.lang.String getLanguage()
          The language code that was written the message received.
 java.lang.String getMessage()
          Get the RPC reply error message in a human readable form.
 

Method Detail

getLanguage

java.lang.String getLanguage()
The language code that was written the message received. The language code is the code that identifies a language. Examples:
 en - English (default)
 it - Italian
 fr - French
 ...
 

Returns:
The language code.

getMessage

java.lang.String getMessage()
Get the RPC reply error message in a human readable form.

Returns:
The human readable message.