Exception Class |
Namespace: Telogis.API
The Exception type exposes the following members.
Name | Description | |
---|---|---|
ConditionID |
ID of the condition violated by this exception.
| |
DriverID |
ID of the
Driver
that caused the exception.
| |
ID |
Unique ID for this exception.
| |
Point |
The point at which the exception occurred.
| |
TimeOff |
Time the exception ended (UTC).
| |
TimeOn |
Time the exception began (UTC).
| |
TimeTriggered |
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.
| |
UnitID |
ID of the
Unit
that caused the exception.
|