Pakket | com.adobe.icc.services.formbridge |
Klasse | public class FormBridgeError |
Overerving | FormBridgeError Error Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
errorCode : String [alleen-lezen]
Fetched error code associated with this error
| FormBridgeError | ||
errorID : int [alleen-lezen]
Bevat het referentienummer dat aan het specifieke foutbericht is gekoppeld. | Error | ||
message : String
Bevat het bericht dat aan het object Error is gekoppeld. | Error | ||
name : String
Bevat de naam van het object Error. | Error |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor
| FormBridgeError | ||
[statisch]
Get the error message associated with the specified error code. | FormBridgeError | ||
Retourneert de aanroepstack voor een fout op het moment van het bouwen van de fout als tekenreeks. | Error | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Gets a string representation of this error. | FormBridgeError | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
BAD_PARAMETER : String = "badParm" [statisch]
Error code for bad parameter. | FormBridgeError | ||
INVALID_RESPONSE : String = "invalidResponse" [statisch]
Error code for an invalid response from the API call to the PDF. | FormBridgeError | ||
UNEXPECTED_MESSAGE : String = "unexpectedMsg" [statisch]
Error code for unexpected message. | FormBridgeError | ||
UNSUPPORTED_MESSAGE : String = "unsupportedMsg" [statisch]
Error code for unsupported message. | FormBridgeError |
Eigenschapdetails
errorCode | eigenschap |
Constructordetails
FormBridgeError | () | Constructor |
public function FormBridgeError(errorCode:String, message:String = null, id:int = 0)
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constructor
ParameterserrorCode: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.
|
Methodedetails
getErrorMessage | () | methode |
public static function getErrorMessage(errorCode:String):String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Get the error message associated with the specified error code.
Parameters
errorCode:String — The error code for which to retrieve the message.
|
String — The message associated with the specified error code.
|
toString | () | methode |
public function toString(... rest):String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Gets a string representation of this error.
Parameters
... rest — Ignored.
|
String — String representation of this error.
|
Meer informatie
Constantedetails
BAD_PARAMETER | Constante |
public static const BAD_PARAMETER:String = "badParm"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Error code for bad parameter.
INVALID_RESPONSE | Constante |
public static const INVALID_RESPONSE:String = "invalidResponse"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Error code for an invalid response from the API call to the PDF.
UNEXPECTED_MESSAGE | Constante |
public static const UNEXPECTED_MESSAGE:String = "unexpectedMsg"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Error code for unexpected message.
UNSUPPORTED_MESSAGE | Constante |
public static const UNSUPPORTED_MESSAGE:String = "unsupportedMsg"
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Error code for unsupported message.
Wed Jun 13 2018, 11:42 AM Z