ServiceErrorEvent#
Class ServiceErrorEvent
Hierarchy
- WebVisEvent
- ServiceErrorEvent
Index
Constructors
Properties
Constructors
constructor
- new
Service Error Event(service, state): ServiceErrorEvent -
This event occurs if a Service goes into an Error State.
Parameters
-
service: ServiceType
The name of the service.
-
state: ServiceState
The new state of the Service.
Returns ServiceErrorEvent
-
Properties
id
id: number
service
The name of the service.
state
The new state of the Service.
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
SERVICE_ERROR