| Package | org.restfulx.services |
| Class | public class AMFServiceErrors |
| Inheritance | AMFServiceErrors GenericServiceErrors |
| Method | Defined by | ||
|---|---|---|---|
|
AMFServiceErrors(result:ServiceErrors)
Transforms errors into an array of Validation results
mapped by field name.
| AMFServiceErrors | ||
![]() |
getFieldErrors(field:String):Array
| GenericServiceErrors | |
| AMFServiceErrors | () | constructor |
public function AMFServiceErrors(result:ServiceErrors)Transforms errors into an array of Validation results mapped by field name.
Parametersresult:ServiceErrors — errors response
|