Decode Exception
open class DecodeException(val fieldPath: String, val bufferPosition: Int, val expected: String, val actual: String, cause: Throwable? = null) : IllegalStateException
Open base class for decode failures. Protocol layers subclass and attach domain-specific fields (e.g., MqttReasonCode, WebSocketCloseCode).