ValidationFailure

From
(Difference between revisions)
Jump to: navigation, search
 
m (oloricsitvid)
Line 1: Line 1:
 +
coalnogetv
 
== Description ==
 
== Description ==
 
A rather complicated, catch-all failure, indicating that one or more parts of the information passed in to the method, have failed to validate as expected data.  For each datum that failed to validate, an ErrorsBean will have been created, containing the name of the invalid field, the reason for the failure, and a list of possible valid values, if any such values exist.
 
A rather complicated, catch-all failure, indicating that one or more parts of the information passed in to the method, have failed to validate as expected data.  For each datum that failed to validate, an ErrorsBean will have been created, containing the name of the invalid field, the reason for the failure, and a list of possible valid values, if any such values exist.

Revision as of 01:37, 17 December 2008

coalnogetv

Description

A rather complicated, catch-all failure, indicating that one or more parts of the information passed in to the method, have failed to validate as expected data. For each datum that failed to validate, an ErrorsBean will have been created, containing the name of the invalid field, the reason for the failure, and a list of possible valid values, if any such values exist.

Fields

The data fields of this object.

Name Type Description
Errors ErrorsBean array A list of the invalid data fields contained in the data bean passed in to the original method.
MediaWiki Appliance - Powered by TurnKey Linux