Pacote | mx.rpc.soap |
Classe | public class SOAPFault |
Herança | SOAPFault Fault Error Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 [somente leitura]
Contém o número de referência associado à mensagem de erro específica. | 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 [somente leitura]
A simple code describing the fault. | Fault | ||
faultDetail : String [somente leitura]
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 [somente leitura]
Text description of the fault. | Fault | ||
message : String
Contém a mensagem associada ao objeto Error. | Error | ||
name : String
Contém o nome do 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 | ||
Retorna a pilha de chamada para um erro no momento da construção do erro como sequência de caracteres. | Error | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
[substituir]
Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail. | SOAPFault | ||
Retorna o valor primitivo do objeto especificado. | Object |
detail | propriedade |
detail:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
Implementação
public function get detail():String
public function set detail(value:String):void
Elementos da API relacionados
element | propriedade |
public var element:XML
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The raw XML of this SOAP Fault.
faultactor | propriedade |
public var faultactor:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
A SOAP Fault may provide information about who caused the fault through a faultactor property.
faultcode | propriedade |
public var faultcode:QName
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 da API relacionados
faultstring | propriedade |
faultstring:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
Implementação
public function get faultstring():String
public function set faultstring(value:String):void
Elementos da API relacionados
SOAPFault | () | Construtor |
public function SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail.
RetornaString — Returns the String "SOAPFault" plus the faultCode, faultString, and
faultDetail.
|
Wed Jun 13 2018, 11:10 AM Z