Pacchetto | mx.rpc |
Classe | public class Fault |
Ereditarietà | Fault Error Object |
Sottoclassi | SOAPFault |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
content : Object
The raw content of the fault (if available), such as an HTTP response
body. | Fault | ||
errorID : int [sola lettura]
Contiene il numero di riferimento associato al messaggio di errore specifico. | Error | ||
faultCode : String [sola lettura]
A simple code describing the fault. | Fault | ||
faultDetail : String [sola lettura]
Any extra details of the fault. | Fault | ||
faultString : String [sola lettura]
Text description of the fault. | Fault | ||
message : String
Contiene il messaggio associato all'oggetto Error. | Error | ||
name : String
Contiene il nome dell'oggetto Error. | Error | ||
rootCause : Object
The cause of the fault. | Fault |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Creates a new Fault object. | Fault | ||
Restituisce lo stack di chiamata per un errore al momento della costruzione dell’errore come stringa. | Error | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Returns the string representation of a Fault object. | Fault | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
content | proprietà |
public var content:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The raw content of the fault (if available), such as an HTTP response body.
faultCode | proprietà |
faultDetail | proprietà |
faultString | proprietà |
rootCause | proprietà |
public var rootCause:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The cause of the fault. The value will be null if the cause is unknown or whether this fault represents the root itself.
Descrizione della funzione di costruzione
Fault | () | Funzione di costruzione |
public function Fault(faultCode:String, faultString:String, faultDetail:String = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Creates a new Fault object.
ParametrifaultCode:String — A simple code describing the fault.
| |
faultString:String — Text description of the fault.
| |
faultDetail:String (default = null ) — Additional details describing the fault.
|
Descrizione dei metodi
toString | () | metodo |
Tue Jun 12 2018, 02:44 PM Z