Unknown

data class Unknown(val id: String, val unknownType: String, val cause: String? = null) : Event

Constructors

Link copied to clipboard
constructor(id: String, unknownType: String, cause: String? = null)

Properties

Link copied to clipboard
val cause: String? = null
Link copied to clipboard
open override val id: String

The ID of the event. As of Jan 2024, the ID used by the backend is not guaranteed to be unique, so comparing the full object might be necessary.

Link copied to clipboard
val unknownType: String

Functions

Link copied to clipboard
open override fun toLogMap(): Map<String, Any?>
Link copied to clipboard
open fun toLogString(): String