Paquete | mx.rpc.soap |
Clase | public class SOAPFault |
Herencia | SOAPFault Fault Error Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 [solo lectura]
Contiene el número de referencia asociado al mensaje de error concreto. | 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 [solo lectura]
A simple code describing the fault. | Fault | ||
faultDetail : String [solo lectura]
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 [solo lectura]
Text description of the fault. | Fault | ||
message : String
Contiene el mensaje asociado al objeto Error. | Error | ||
name : String
Contiene el nombre del objeto Error. | Error | ||
rootCause : Object
The cause of the fault. | Fault |
Método | Definido por | ||
---|---|---|---|
SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Constructs a new SOAPFault. | SOAPFault | ||
Devuelve la pila de llamadas de un error en el momento de la construcción del error como una cadena. | Error | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
[override]
Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail. | SOAPFault | ||
Devuelve el valor simple del objeto especificado. | Object |
detail | propiedad |
detail:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get detail():String
public function set detail(value:String):void
Elementos de API relacionados
element | propiedad |
public var element:XML
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The raw XML of this SOAP Fault.
faultactor | propiedad |
public var faultactor:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
A SOAP Fault may provide information about who caused the fault through a faultactor property.
faultcode | propiedad |
public var faultcode:QName
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Elementos de API relacionados
faultstring | propiedad |
faultstring:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get faultstring():String
public function set faultstring(value:String):void
Elementos de API relacionados
SOAPFault | () | Información sobre |
public function SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Constructs a new SOAPFault.
ParámetrosfaultCode: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 | () | método |
override public function toString():String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail.
Valor devueltoString — Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail.
|
Tue Jun 12 2018, 02:12 PM Z