| Package | org.restfulx.utils |
| Class | public class ServiceErrors |
| Implements | flash.utils.IExternalizable |
| Property | Defined by | ||
|---|---|---|---|
| errors : Object
An object of key/value pairs representing service provider errors
| ServiceErrors | ||
| Method | Defined by | ||
|---|---|---|---|
|
readExternal(input:IDataInput):void
Ensures that only the errors property is serialized.
| ServiceErrors | ||
|
writeExternal(output:IDataOutput):void
Ensures that only the errors property is serialized.
| ServiceErrors | ||
| errors | property |
public var errors:ObjectAn object of key/value pairs representing service provider errors
This property can be used as the source for data binding.
| readExternal | () | method |
public function readExternal(input:IDataInput):voidEnsures that only the errors property is serialized.
Parametersinput:IDataInput |
| writeExternal | () | method |
public function writeExternal(output:IDataOutput):voidEnsures that only the errors property is serialized.
Parametersoutput:IDataOutput |