Package | com.esri.tracking.connector.events |
Class | public class ServiceDefinitionsEvent |
Inheritance | ServiceDefinitionsEvent ![]() |
Property | Defined By | ||
---|---|---|---|
errorMessage : String [read-only]
The error message from a failed request. | ServiceDefinitionsEvent | ||
messageFormatManager : MessageFormatManager [read-only]
The MessageFormatManager from the Connector. | ServiceDefinitionsEvent | ||
succeeded : Boolean [read-only]
Indicates whether the request was successful or not. | ServiceDefinitionsEvent |
Method | Defined By | ||
---|---|---|---|
ServiceDefinitionsEvent(type:String, succeeded:Boolean, messageFormatManager:MessageFormatManager = null, errorMessage:String = null)
The constructor. | ServiceDefinitionsEvent |
Constant | Defined By | ||
---|---|---|---|
SERVICE_DEFINITIONS_RESPONSE : String = serviceDefinitionsResponse [static]
Defines the value of the type property of an serviceDefinitionsResponse
event. | ServiceDefinitionsEvent |
errorMessage | property |
errorMessage:String
[read-only] The error message from a failed request.
public function get errorMessage():String
messageFormatManager | property |
messageFormatManager:MessageFormatManager
[read-only] The MessageFormatManager from the Connector.
public function get messageFormatManager():MessageFormatManager
See also
succeeded | property |
succeeded:Boolean
[read-only] Indicates whether the request was successful or not.
public function get succeeded():Boolean
ServiceDefinitionsEvent | () | Constructor |
public function ServiceDefinitionsEvent(type:String, succeeded:Boolean, messageFormatManager:MessageFormatManager = null, errorMessage:String = null)
The constructor.
Parameterstype:String — The type of event.
| |
succeeded:Boolean — Indicates success or failure.
| |
messageFormatManager:MessageFormatManager (default = null ) — The MessageFormatManager from the Connector.
| |
errorMessage:String (default = null ) — Error message from a failed request.
|
SERVICE_DEFINITIONS_RESPONSE | Constant |
public static const SERVICE_DEFINITIONS_RESPONSE:String = serviceDefinitionsResponse
Defines the value of the type
property of an serviceDefinitionsResponse
event.