Packageorg.restfulx.services
Interfacepublic interface IServiceErrors
ImplementorsGenericServiceErrors

Must be implemented by specific Service providers to return UI consumable errors.



Public Methods
 MethodDefined by
  
getFieldErrors(field:String):Array
IServiceErrors
Method detail
getFieldErrors()method
public function getFieldErrors(field:String):Array

Parameters
field:String — field name we want to retrieve errors for

Returns
Array — an array of errors (Strings) for the specified field or empty array if there are no errors