Handle new protocole value

This commit is contained in:
Laurent Clouet
2020-10-10 10:52:39 +02:00
parent 330f2c6fd8
commit 70d7dc052c
2 changed files with 50 additions and 14 deletions

View File

@@ -949,6 +949,7 @@ import lombok.Data;
confirmJobReturnCode = Error.Type.SESSION_DISABLED;
break retryLoop;
case JOB_VALIDATION_ERROR_IMAGE_WRONG_DIMENSION:
case JOB_VALIDATION_ERROR_MISSING_PARAMETER:
// no point to retry the request
confirmJobReturnCode = Error.Type.UNKNOWN;