Package | gs.http |
Class | public class HTTPCallFault |
Properties on this object will be set according to the http call instance's responseFormat.
See also
Property | Defined 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 |
Method | Defined by | ||
---|---|---|---|
dispose():void
Dispose of this http call fault.
| HTTPCallFault |
binary | property |
public var binary:ByteArray
The binary fault object.
fault | property |
public var fault:String
The fault message.
json | property |
public var json:Object
The json fault object.
rawResult | property |
public var rawResult:*
The raw data from the url loader.
text | property |
public var text:String
The text fault object.
vars | property |
public var vars:Object
The vars fault object.
xml | property |
public var xml:XML
The xml fault object.
dispose | () | method |
public function dispose():void
Dispose of this http call fault.