timestamps property

List<String>? timestamps
getter/setter pair

The times the error occurred.

List includes the oldest timestamp and the last 9 timestamps.

Implementation

core.List<core.String>? timestamps;