Packageorg.restfulx.utils
Classpublic class ServiceErrors
Implementsflash.utils.IExternalizable

Provides access to ServiceProvider validation errors



Public Properties
 PropertyDefined by
  errors : Object
An object of key/value pairs representing service provider errors
ServiceErrors
Public Methods
 MethodDefined 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
Property detail
errorsproperty
public var errors:Object

An object of key/value pairs representing service provider errors

This property can be used as the source for data binding.

Method detail
readExternal()method
public function readExternal(input:IDataInput):void

Ensures that only the errors property is serialized.

Parameters
input:IDataInput
writeExternal()method 
public function writeExternal(output:IDataOutput):void

Ensures that only the errors property is serialized.

Parameters
output:IDataOutput