Response: {
"error": "formula
if (!$is_owner) bounce('You need to be the owner of the CDP');
if ($liquidation) bounce('You can not close a CDP in liquidation');
if ($debt != 0) bounce('You must have 0 debt, got ' || $debt);
failed: booleans cannot be compared with other types"
}