| 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:ByteArrayThe binary fault object.
| fault | property |
public var fault:StringThe fault message.
| json | property |
public var json:ObjectThe json fault object.
| rawResult | property |
public var rawResult:*The raw data from the url loader.
| text | property |
public var text:StringThe text fault object.
| vars | property |
public var vars:ObjectThe vars fault object.
| xml | property |
public var xml:XMLThe xml fault object.
| dispose | () | method |
public function dispose():voidDispose of this http call fault.