Class: TMMUpdater
property OnWarning : TMMLogEvent;
Non-fatal issue callback.
Fired for batch partial failures, BLOB upload errors, or when a row
could not be serialised. Receives the same message that
OnLog would receive for a WARNING entry,
making it easy to surface warnings separately from informational
messages.