Pacotemx.rpc
Classepublic class Fault
HerançaFault Inheritance Error Inheritance Object
Subclasses SOAPFault

Object that represents a fault in an remote procedure call (RPC) service invocation.



Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritederrorID : int
[read-only] Contains the reference number associated with the specific error message.
Error
  faultCode : String
[read-only] A simple code describing the fault.
Fault
  faultDetail : String
[read-only] Any extra details of the fault.
Fault
  faultString : String
[read-only] Text description of the fault.
Fault
 Inheritedmessage : String
Contains the message associated with the Error object.
Error
 Inheritedname : String
Contains the name of the Error object.
Error
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  rootCause : Object
The cause of the fault.
Fault
Propriedades Protegidas
 PropriedadeDefinido por
  _faultCode : String
Fault
  _faultDetail : String
Fault
  _faultString : String
Fault
Métodos Públicos
 MétodoDefinido por
  
Fault(faultCode:String, faultString:String, faultDetail:String = null)
Creates a new Fault object.
Fault
 Inherited
Returns the call stack for an error as a string at the time of the error's construction (for the debugger version of Flash Player only).
Error
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
  
Fault
 Inherited
Returns the primitive value of the specified object.
Object
Detalhes da propriedade
_faultCodepropriedade
protected var _faultCode:String
_faultDetailpropriedade 
protected var _faultDetail:String
_faultStringpropriedade 
protected var _faultString:String
faultCodepropriedade 
faultCode:String  [read-only]

A simple code describing the fault.


Implementação
    public function get faultCode():String
faultDetailpropriedade 
faultDetail:String  [read-only]

Any extra details of the fault.


Implementação
    public function get faultDetail():String
faultStringpropriedade 
faultString:String  [read-only]

Text description of the fault.


Implementação
    public function get faultString():String
rootCausepropriedade 
public var rootCause:Object

The cause of the fault. The value will be null if the cause is unknown or whether this fault represents the root itself.

Detalhes do construtor
Fault()Construtor
public function Fault(faultCode:String, faultString:String, faultDetail:String = null)

Creates a new Fault object.

Parâmetros
faultCode:String
 
faultString:String
 
faultDetail:String (default = null)
Detalhes do método
toString()método
public function toString():String

Retorna
String