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?
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