ValidationFailure

From
(Difference between revisions)
Jump to: navigation, search
m (oloricsitvid)
m (Reverted edits by C4tvaRnoli (Talk) to last version by Tristan)
 
(125 intermediate revisions by one user not shown)
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.

Latest revision as of 04:30, 30 July 2009

[edit] 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.

[edit] 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