setError method
Implementation
void setError(String action) {
var actionErr = IsoactionInternalError();
actionErr.stamp = DateTime.now();
actionErr.exec = true;
actionErr.action = action;
sendToMaster(actionErr);
}
void setError(String action) {
var actionErr = IsoactionInternalError();
actionErr.stamp = DateTime.now();
actionErr.exec = true;
actionErr.action = action;
sendToMaster(actionErr);
}