#LOCAL("FormErrorPrinted", 0)
#LOOP(#FormErrors.Form.ShippingLabel.Errors)
#INCLUDE("INC-UPS_SOAP_ERROR")
#IF(NOT #FormErrorPrinted)
#IF(#Reason EQ "STRING_EMPTY")
{InputError}
{PleaseCorrectErrors}
#ELSE
{Error}
#Reason: #Parameter
#ENDIF
#ENDIF
#ENDLOOP
#ENDLOCAL
#ENDIF