Error

@JsonSerializable
@PolymorphicLabel(value = "error")
data class Error(val index: Long) : MessageGenerationEvent

Constructors

Link copied to clipboard
constructor(index: Long)

Properties

Link copied to clipboard
val index: Long