com.apama.database
Event StoreOperationError


The error notification event for store operations.

The event is send whenever an event cannot be stored. If a large number of events cannot be stored, the IAF can send back a set of failures in a single message by setting the lowest and highest message id.
Member summary
 stringserviceId

The service Id.
 integerdatabaseId

The database id for operation.
 stringerrorMessage

Populated with an errorMessage if there is one.
 integerlowestMessageId

Start of failed store event set.
 integerhighestMessageId

End of failed store event set.
 dictionary<stringstring>extraParams

Any additional settings.
 
Member detail

databaseId

integer databaseId
The database id for operation.

errorMessage

string errorMessage
Populated with an errorMessage if there is one.

extraParams

dictionary<stringstringextraParams
Any additional settings.

highestMessageId

integer highestMessageId
End of failed store event set.

lowestMessageId

integer lowestMessageId
Start of failed store event set.

serviceId

string serviceId
The service Id.