Pacchetto | com.adobe.icc.services.formbridge |
Classe | public class FormBridgeError |
Ereditarietà | FormBridgeError Error Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
errorCode : String [sola lettura]
Fetched error code associated with this error
| FormBridgeError | ||
errorID : int [sola lettura]
Contiene il numero di riferimento associato al messaggio di errore specifico. | Error | ||
message : String
Contiene il messaggio associato all'oggetto Error. | Error | ||
name : String
Contiene il nome dell'oggetto Error. | Error |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor
| FormBridgeError | ||
[statico]
Get the error message associated with the specified error code. | FormBridgeError | ||
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 | ||
Gets a string representation of this error. | FormBridgeError | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
BAD_PARAMETER : String = "badParm" [statico]
Error code for bad parameter. | FormBridgeError | ||
INVALID_RESPONSE : String = "invalidResponse" [statico]
Error code for an invalid response from the API call to the PDF. | FormBridgeError | ||
UNEXPECTED_MESSAGE : String = "unexpectedMsg" [statico]
Error code for unexpected message. | FormBridgeError | ||
UNSUPPORTED_MESSAGE : String = "unsupportedMsg" [statico]
Error code for unsupported message. | FormBridgeError |
Descrizione delle proprietà
errorCode | proprietà |
Descrizione della funzione di costruzione
FormBridgeError | () | Funzione di costruzione |
public function FormBridgeError(errorCode:String, message:String = null, id:int = 0)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Constructor
ParametrierrorCode:String — FormBridge error code.
| |
message:String (default = null ) — Message associated with the error. If null, the message associated with the specified error code will be used as the error's message.
| |
id:int (default = 0 ) — Reference number associated with the error message.
|
Descrizione dei metodi
getErrorMessage | () | metodo |
public static function getErrorMessage(errorCode:String):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Get the error message associated with the specified error code.
Parametri
errorCode:String — The error code for which to retrieve the message.
|
String — The message associated with the specified error code.
|
toString | () | metodo |
public function toString(... rest):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Gets a string representation of this error.
Parametri
... rest — Ignored.
|
String — String representation of this error.
|
Altre informazioni
Descrizione delle costanti
BAD_PARAMETER | Costante |
public static const BAD_PARAMETER:String = "badParm"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Error code for bad parameter.
INVALID_RESPONSE | Costante |
public static const INVALID_RESPONSE:String = "invalidResponse"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Error code for an invalid response from the API call to the PDF.
UNEXPECTED_MESSAGE | Costante |
public static const UNEXPECTED_MESSAGE:String = "unexpectedMsg"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Error code for unexpected message.
UNSUPPORTED_MESSAGE | Costante |
public static const UNSUPPORTED_MESSAGE:String = "unsupportedMsg"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Error code for unsupported message.
Tue Jun 12 2018, 02:44 PM Z