Click or drag to resize
Exception Fields
Print this page

The Exception type exposes the following members.

Fields
  NameDescription
Public fieldConditionID
ID of the condition violated by this exception.
Public fieldDriverID
ID of the Driver that caused the exception.
Public fieldID
Unique ID for this exception.
Public fieldPoint
The point at which the exception occurred.
Public fieldTimeOff
Time the exception ended (UTC).
Public fieldTimeOn
Time the exception began (UTC).
Public fieldTimeTriggered
Time this exception was triggered (UTC). Typically you would allow a few minutes grace time after a condition is violated (at TimeOn) to allow for unforeseen circumstances. However, if the condition is still violated after this grace period the exception will trigger. This means that TimeTriggered will often be a few minutes after TimeOn.
Public fieldUnitID
ID of the Unit that caused the exception.
Top
See Also