PreventionDiscoveryConfigError

data class PreventionDiscoveryConfigError(val details: PreventionDiscoveryConfigErrorDetails? = null, val timestamp: String? = null)

Constructors

Link copied to clipboard
constructor(details: PreventionDiscoveryConfigErrorDetails? = null, timestamp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of messages that carry the error details.

Link copied to clipboard
val timestamp: String? = null

The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.