klyn.gui.windows.TableModel.lastError
property
public property lastError as String = ""
Description

Diagnostic produced by the latest rejected update.

if not model.setCell(0, 1, "Bob"):
print(model.lastError)