ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.rpc.livecycle 

FaultResponse  - AS3 ADEP Data Services

Packagemx.rpc.livecycle
Classpublic class FaultResponse
InheritanceFaultResponse Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The FaultResponse class defines the ActionScript representation of a LiveCycle FaultResponse object. This class contains only the fault information that should be sent to the client (i.e. excluding the stack trace and the original exception which might contain details of the server's implementation not safe to share with the client).



Public Properties
 PropertyDefined By
  clientParameters : Object
The client parameters.
FaultResponse
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  fault : Fault
The Fault object.
FaultResponse
  invocationId : String
The invocation id.
FaultResponse
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

clientParameters

property
public var clientParameters:Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The client parameters.

fault

property 
public var fault:Fault

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The Fault object.

invocationId

property 
public var invocationId:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The invocation id.