Response: {
"error": "formula
$amount = trigger.data.amount otherwise balance[base];
$reference_input = trigger.data.reference otherwise bounce('reference undefined');
if ($amount > balance[base]) bounce("Invalid withdrawal amount. Maximum balance is " || balance[base]);
if ($amount <= 0) bounce("Invalid withdrawal amount. Enter a number greater than zero.");
if ($reference_input != var[$reference||'.owner']) bounce("Unauthorized");
failed: booleans cannot be compared with other types"
}