ConfigurationRejected

data class ConfigurationRejected(val opcode: Int, val statusCode: UByte, val recoveryHint: String = "Configuration command was rejected by the node. Check that the operation is valid for this node.") : ConfigurationError

Constructors

Link copied to clipboard
constructor(opcode: Int, statusCode: UByte, recoveryHint: String = "Configuration command was rejected by the node. Check that the operation is valid for this node.")

Properties

Link copied to clipboard
val opcode: Int

The configuration opcode that was rejected.

Link copied to clipboard
Link copied to clipboard

Status code returned by the Configuration Server.