Cannot call method "toString" of undefined

vendredi 3 octobre 2014

I get the following error...

ERROR (transformer:?): TypeError: Cannot call method "toString" of undefined



In a raw/raw destination response transformer I have the following...



if (responseStatus == SENT) {

tmp = "My Message";

}

else {

tmp = "My other Message";

}



Is this wrong somehow?





Cannot call method "toString" of undefined

0 commentaires:

Enregistrer un commentaire