BadState

@Serializable
data class BadState(val error: String? = null) : ErrorResponse

The state change requested cannot be performed, such as attempting to unban a user who is not banned.

Constructors

Link copied to clipboard
constructor(error: String? = null)

Properties

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