S2CErrorPacket

data class S2CErrorPacket(val message: String) : AxochatPacket.S2C

This packet may be sent at any time, but is usually a response to a failed action of the client.

Parameters

message

Error message

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
@SerializedName(value = "message")
val message: String