Packagegs.http
Classpublic class HTTPCallFault

The HTTPCallFault class is a fault wrapper for faulty http calls.

Properties on this object will be set according to the http call instance's responseFormat.

See also

gs.http.HTTPCall


Public Properties
 PropertyDefined by
  binary : ByteArray
The binary fault object.
HTTPCallFault
  fault : String
The fault message.
HTTPCallFault
  json : Object
The json fault object.
HTTPCallFault
  rawResult : *
The raw data from the url loader.
HTTPCallFault
  text : String
The text fault object.
HTTPCallFault
  vars : Object
The vars fault object.
HTTPCallFault
  xml : XML
The xml fault object.
HTTPCallFault
Public Methods
 MethodDefined by
  
dispose():void
Dispose of this http call fault.
HTTPCallFault
Property detail
binaryproperty
public var binary:ByteArray

The binary fault object.

faultproperty 
public var fault:String

The fault message.

jsonproperty 
public var json:Object

The json fault object.

rawResultproperty 
public var rawResult:*

The raw data from the url loader.

textproperty 
public var text:String

The text fault object.

varsproperty 
public var vars:Object

The vars fault object.

xmlproperty 
public var xml:XML

The xml fault object.

Method detail
dispose()method
public function dispose():void

Dispose of this http call fault.