Add new type of errror

This commit is contained in:
Laurent Clouet
2020-05-16 10:51:22 +02:00
parent 642ad86419
commit 656985c538
3 changed files with 9 additions and 1 deletions

View File

@@ -345,7 +345,7 @@ public class Client {
ret = confirmJob(this.renderingJob);
if (ret != Error.Type.OK) {
gui.error("Client::run problem with confirmJob (returned " + ret + ")");
sendError(step);
sendError(step, this.renderingJob, Error.Type.VALIDATION_FAILED);
}
}
else {