if(!StringUtils.equalsIgnoreCase(requestObjectType,nodeObjectType))thrownewClientException(AssessmentConstants.ERR_INVALID_OBJECT_TYPE,s"Please Provide Valid ${requestObjectType} Identifier")
thrownewClientException(AssessmentConstants.ERR_INVALID_REQUEST,"QuestionSet with status "+node.getMetadata.get(AssessmentConstants.STATUS).asInstanceOf[String].toLowerCase+" cannot be partially (shallow) copied.")
//TODO: check if need to throw client exception for combination of copyType=shallow and mode=edit
thrownewClientException(AssessmentConstants.ERR_INVALID_REQUEST,"QuestionSet With Status "+node.getMetadata.get(AssessmentConstants.STATUS).asInstanceOf[String].toLowerCase+" Cannot Be Partially (Shallow) Copied.")