ran into an issue today where writes on iOS were silently failing because my KMP class wasn't marked with my serialiser annotation. Eventually I discovered the issue when I tried printing all the values in the DB and then finally saw the serialisation error. In general, is there a way to force / throw write errors in realm?