Response: {
"error": "one of secondary AAs bounced with error: formula
// check decimal
if ($decimals)
{
if ($decimals < 0)
bounce ("'decimals' must be > 0 !");
}
else
$decimals = 0;
// if exist must be issuer.
if (var[$unit_id])
if (trigger.address != var[$unit_id||"_issuer"])
bounce ("Already registered and not by you !");
failed: reassignment to decimals, old value 0"
}