| Package | com.acapela.vaas.advanced |
| Class | public class VaasError |
It contains :
type property that is defining the category of the error, must be one of the constants defined in this class.details property that is a description message that can have various characteristics (size, line count, style...)VaasErrorEvent that is dispatch by the Connector class.
See also
| Property | Defined by | ||
|---|---|---|---|
| details : String [read-only]
A description message that can have various characteristics (size, line count, style...)
| VaasError | ||
| type : String [read-only]
Defining the category of the error, must be one of the constants defined in this class.
| VaasError | ||
| Constant | Defined by | ||
|---|---|---|---|
| ACCESS_DENIED_ERROR : String = "ACCESS_DENIED_ERROR" [static]
Error type used when the service refused your connexion (usually servicePassword error)
| VaasError | ||
| CONNEXION_ERROR : String = "CONNEXION_ERROR" [static]
Error type used when the request failed at connexion step (usually serviceIdentifier error).
| VaasError | ||
| FLASH_SECURITY_ERROR : String = "FLASH_SECURITY_ERROR" [static]
Error type used when an error related to Flash security occured.
| VaasError | ||
| ID_NOT_AVAILABLE_ERROR : String = "ID_NOT_AVAILABLE_ERROR" [static]
Error type used when trying to access to a message not available on the service (deleted, moved, never created...)
| VaasError | ||
| INSUFFICIENT_PRIVILEGE_ERROR : String = "INSUFFICIENT_PRIVILEGE_ERROR" [static]
Error type used when the service refused your request (usually when your account is not allowed to execute it)
| VaasError | ||
| INVALID_PARAM_ERROR : String = "INVALID_PARAM_ERROR" [static]
Error type used when invoking a method with an invalid param/status.
| VaasError | ||
| REDIRECTION_FAILURE_ERROR : String = "REDIRECTION_FAILURE_ERROR" [static]
Error type used when the service tried to redirect your request and it failed
| VaasError | ||
| SOUND_GENERATION_ERROR : String = "SOUND_GENERATION_ERROR" [static]
Error type used when the request failed at sound generation step (usually voice error).
| VaasError | ||
| TIMEOUT_ERROR : String = "TIMEOUT" [static]
Error type used when the requested was interrupted because the time limit was hit.
| VaasError | ||
| UNEXPECTED_ERROR : String = "UNEXPECTED_ERROR" [static]
Error type used when an unpredictable error occured.
| VaasError | ||
| details | property |
details:String [read-only]A description message that can have various characteristics (size, line count, style...)
Implementation public function get details():String
| type | property |
type:String [read-only]Defining the category of the error, must be one of the constants defined in this class.
Implementation public function get type():String
| ACCESS_DENIED_ERROR | constant |
public static const ACCESS_DENIED_ERROR:String = "ACCESS_DENIED_ERROR"Error type used when the service refused your connexion (usually servicePassword error)
| CONNEXION_ERROR | constant |
public static const CONNEXION_ERROR:String = "CONNEXION_ERROR"Error type used when the request failed at connexion step (usually serviceIdentifier error).
| FLASH_SECURITY_ERROR | constant |
public static const FLASH_SECURITY_ERROR:String = "FLASH_SECURITY_ERROR"Error type used when an error related to Flash security occured.
| ID_NOT_AVAILABLE_ERROR | constant |
public static const ID_NOT_AVAILABLE_ERROR:String = "ID_NOT_AVAILABLE_ERROR"Error type used when trying to access to a message not available on the service (deleted, moved, never created...)
| INSUFFICIENT_PRIVILEGE_ERROR | constant |
public static const INSUFFICIENT_PRIVILEGE_ERROR:String = "INSUFFICIENT_PRIVILEGE_ERROR"Error type used when the service refused your request (usually when your account is not allowed to execute it)
| INVALID_PARAM_ERROR | constant |
public static const INVALID_PARAM_ERROR:String = "INVALID_PARAM_ERROR"Error type used when invoking a method with an invalid param/status.
| REDIRECTION_FAILURE_ERROR | constant |
public static const REDIRECTION_FAILURE_ERROR:String = "REDIRECTION_FAILURE_ERROR"Error type used when the service tried to redirect your request and it failed
| SOUND_GENERATION_ERROR | constant |
public static const SOUND_GENERATION_ERROR:String = "SOUND_GENERATION_ERROR"Error type used when the request failed at sound generation step (usually voice error).
| TIMEOUT_ERROR | constant |
public static const TIMEOUT_ERROR:String = "TIMEOUT"Error type used when the requested was interrupted because the time limit was hit.
| UNEXPECTED_ERROR | constant |
public static const UNEXPECTED_ERROR:String = "UNEXPECTED_ERROR"Error type used when an unpredictable error occured.