FormError

public class FormError extends Object

Error information about why a form operation failed.

Nested Class Summary

@interface FormError.ErrorCode Error code values. 

Public Method Summary

int
getErrorCode()
Gets the error code.
String
getMessage()
Gets the message describing the error.

Inherited Method Summary

Public Methods

public int getErrorCode ()

Gets the error code. See FormError.ErrorCode for possible values.

public String getMessage ()

Gets the message describing the error.