Response: {
"error": "formula
$amount = trigger.data.amount otherwise balance[$owner];
if ($amount > balance[$owner]) bounce("Invalid withdrawal amount. Maximum balance is " || balance[$owner]);
if ($amount <= 0) bounce("Invalid withdrawal amount. Enter a number greater than zero.");
if (trigger.address != $owner) bounce("Unauthorized");
failed: 1st var name is not a string: false"
}