properties.add(new PropertyDTO(p.getKey(), p.getValue()));
}
RecoverableErrorDTO recoverableErrorDTO = new RecoverableErrorDTO(
recoverableErrorException.getErrorCode().ordinal() + 1,
recoverableErrorException.getMessage(),
properties);
return new InstanceConstraintViolationsDTO(instanceId,