#IF(#Reason EQ "NO_PRODUCTS")
#SET("ErrorDisplayed", 1)
{NoProducts}
#ELSIF(#Reason EQ "VARIATION_EXISTS")
#SET("ErrorDisplayed", 1)
{Line} #Line: {VariationExists} {LineNotImported}
#ELSIF( (#Reason EQ "WRONG_PREDEF") OR (#Reason EQ "WRONG_ECOPARTICIPATIONCATEGORY") )
#SET("ErrorDisplayed", 1)
{Line} #Line: {WrongPreDef} {LineNotImported}
#ELSIF(#Reason EQ "PRODUCT_EMPTY_ALIAS")
#SET("ErrorDisplayed", 1)
{Line} #Line: {ProductEmptyAlias} {LineNotImported}
#ELSIF(#Reason EQ "NO_SUCH_PRODUCTCLASS")
#SET("ErrorDisplayed", 1)
{Line} #Line, {Row} #ID: {NoSuchProductClass} {LineNotImported}
#ELSIF(#Reason EQ "NO_SUPER_PRODUCT")
#SET("ErrorDisplayed", 1)
{Line} #Line: {NoSuperProduct} {LineNotImported}
#ELSIF(#Reason EQ "SELF_ASSIGNED_PRODUCT")
#SET("ErrorDisplayed", 1)
{Line} #Line: {SelfAssignedProduct} {LineNotImported}
#ELSIF((#Reason EQ "WRONG_PRODUCTCLASS") OR (#Reason EQ "WRONG_PREDEF_VALUE"))
#SET("ErrorDisplayed", 1)
{Line} #Line, {Row} #ID: {WrongProductClass} {LineNotImported}
#ELSIF( (#Reason EQ "NO_PREDEF_ATTRIBUTE") OR ((#Reason EQ "MISSING_ECOPARTICIPATIONCATEGORY")) )
#SET("ErrorDisplayed", 1)
{Line} #Line: {NoPreDefAttribute} {LineNotImported}
#ELSIF(#Reason EQ "NO_PREDEF_VALUE")
#SET("ErrorDisplayed", 1)
{Line} #Line: {NoPreDefValue} {LineNotImported}
#ELSIF(#Reason EQ "SubProductsCountFeatureLimitExceeded")
#SET("ErrorDisplayed", 1)
{Line} #Line: {SubProductsCountFeatureLimitExceeded} {LineNotImported}
#ELSIF(#Reason EQ "FeatureLimitExceeded" AND #Feature EQ "Products")
#SET("ErrorDisplayed", 1)
{Line} #Line: {ProductFeatureLimitExceeded} {LineNotImported}
#ELSIF(#Reason EQ "MISSING_FEATURE")
#SET("ErrorDisplayed", 1)
{Line} #Line: {MissingFeature} {LineNotImported}
#ENDIF