Basic IServiceErrors implementation that effectively has oerrors. If you
   do Rx.errors = new GenericServiceErrors you will clear any previously
   defined errors.
   
 
protected var errors:Object error holder 
 
public function GenericServiceErrors()
protected function createValidationResult(message:String):ValidationResult
     Default validation result creator. Can be overrided by specific
     implementations of necessary.
      
     
Parameters
 | message:String — message to display as error
      | 
Returns
 | ValidationResult — ValidationResult object
      | 
 
public function getFieldErrors(field:String):Array
     
Parameters
Returns
See also