Paket | mx.rpc.soap |
Sınıf | public class SOAPFault |
Miras Alma | SOAPFault Fault Error Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | 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 [salt okunur]
Belirli bir hata mesajı ile ilişkili başvuru numarasını içerir. | 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 [salt okunur]
A simple code describing the fault. | Fault | ||
faultDetail : String [salt okunur]
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 [salt okunur]
Text description of the fault. | Fault | ||
message : String
Error nesnesi ile ilişkili mesajı içerir. | Error | ||
name : String
Error nesnesinin adını içerir. | Error | ||
rootCause : Object
The cause of the fault. | Fault |
Yöntem | Tanımlayan: | ||
---|---|---|---|
SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Constructs a new SOAPFault. | SOAPFault | ||
Hatanın oluştuğu zamanda, bir hata için dize şeklinde çağrı yığını döndürür. | Error | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
[geçersiz kıl]
Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail. | SOAPFault | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
detail | özellik |
detail:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get detail():String
public function set detail(value:String):void
İlgili API Öğeleri
element | özellik |
public var element:XML
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The raw XML of this SOAP Fault.
faultactor | özellik |
public var faultactor:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
A SOAP Fault may provide information about who caused the fault through a faultactor property.
faultcode | özellik |
public var faultcode:QName
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
İlgili API Öğeleri
faultstring | özellik |
faultstring:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get faultstring():String
public function set faultstring(value:String):void
İlgili API Öğeleri
SOAPFault | () | Yapıcı |
public function SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructs a new SOAPFault.
ParametrelerfaultCode: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 | () | yöntem |
override public function toString():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail.
DöndürürString — Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail.
|
Tue Jun 12 2018, 01:09 PM Z