Pakket | mx.rpc.soap |
Klasse | public class SOAPFault |
Overerving | SOAPFault Fault Error Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
content : Object
The raw content of the fault (if available), such as an HTTP response
body. | Fault | ||
detail : String
The detail property is the same as faultDetail but exists
to match the case of the detail element in a SOAP Fault. | SOAPFault | ||
element : XML
The raw XML of this SOAP Fault. | SOAPFault | ||
errorID : int [alleen-lezen]
Bevat het referentienummer dat aan het specifieke foutbericht is gekoppeld. | Error | ||
faultactor : String
A SOAP Fault may provide information about who caused the fault through
a faultactor property. | SOAPFault | ||
faultcode : QName
The faultcode property is similar to faultCode but exists to both
match the case of the faultcode element in a SOAP Fault and to provide
the fully qualified name of the code. | SOAPFault | ||
faultCode : String [alleen-lezen]
A simple code describing the fault. | Fault | ||
faultDetail : String [alleen-lezen]
Any extra details of the fault. | Fault | ||
faultstring : String
The faultstring property is the same as faultString but exists
to match the case of the faultstring element in a SOAP envelope Fault. | SOAPFault | ||
faultString : String [alleen-lezen]
Text description of the fault. | Fault | ||
message : String
Bevat het bericht dat aan het object Error is gekoppeld. | Error | ||
name : String
Bevat de naam van het object Error. | Error | ||
rootCause : Object
The cause of the fault. | Fault |
Methode | Gedefinieerd door | ||
---|---|---|---|
SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Constructs a new SOAPFault. | SOAPFault | ||
Retourneert de aanroepstack voor een fout op het moment van het bouwen van de fout als tekenreeks. | Error | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
[overschrijven]
Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail. | SOAPFault | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
detail | eigenschap |
detail:String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The detail property is the same as faultDetail but exists to match the case of the detail element in a SOAP Fault.
Implementatie
public function get detail():String
public function set detail(value:String):void
Verwante API-elementen
element | eigenschap |
public var element:XML
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The raw XML of this SOAP Fault.
faultactor | eigenschap |
public var faultactor:String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
A SOAP Fault may provide information about who caused the fault through a faultactor property.
faultcode | eigenschap |
public var faultcode:QName
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The faultcode property is similar to faultCode but exists to both match the case of the faultcode element in a SOAP Fault and to provide the fully qualified name of the code.
Verwante API-elementen
faultstring | eigenschap |
faultstring:String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The faultstring property is the same as faultString but exists to match the case of the faultstring element in a SOAP envelope Fault.
Implementatie
public function get faultstring():String
public function set faultstring(value:String):void
Verwante API-elementen
SOAPFault | () | Constructor |
public function SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructs a new SOAPFault.
ParametersfaultCode:QName — The fully qualified name of the fault code.
| |
faultString:String — The description of the fault.
| |
detail:String (default = null ) — Any extra details of the fault.
| |
element:XML (default = null ) — The raw XML of the SOAP fault.
| |
faultactor:String (default = null ) — Information about who caused the SOAP fault.
|
toString | () | methode |
override public function toString():String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail.
Geretourneerde waardeString — Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail.
|
Wed Jun 13 2018, 11:42 AM Z