Get Error Log
The Get Error Log returns the Error Log up to the "Maximum Number of Error Log" property value(1 - 1000). Upon trigger completion, it will remember the last timestamp if the Use Persistence Timestamp is defined as true, later returning only new errors since this last timestamp.
Parameters
| Parameter | Description |
|---|---|
| Maximum Number of Error Log | Enter the Number of Maximum Error Log to Read (1 - 1000). |
Input Variables
| Parameter | Description |
|---|---|
| Device Name | This variable will hold the name of the device. |
| Use Persistence Timestamp | If true, the timestamp of the last error log message that was retrieved will be the starting point of the trigger execution. If false, the user must supply a value in the Ref Timestamp field as the starting point for the log messages to retrieve. |
| Reference Timestamp | This variable stands for the starting point for the log messages to retrieve. |
Output Variables
| Parameter | Description |
|---|---|
| Number of Error Messages | The number of error messages given. |
| Error Timestamp | Timestamp of the given error. |
| Error Code | ID of the given error. |
| Error Message | Message of the given error. |