Response: {
"error": "formula
if (!$attested_domain_exist and !$creation_fee_received and !$attested_default_domain){
bounce('Sorry, the domain-attestor pair do not exists. It can be created but the fee is \''||$i_domain_creation_fee || '\' bytes, this money will be used to reward the evaluators');}
if (!$user_is_attested)
bounce('Sorry, to be able give an evaluation you need to be attested by the following attestor: \''|| $attestor || '\' or it will be too easy to pump a reputation.');
$is_re_evaluation = $previous_evaluation != false;
$previous_evaluation = $is_re_evaluation? $previous_evaluation : 0;
// calculating reward
$reward = $evaluated_is_attested?
round($balance_in_attestor_scope* $i_reward_pourcentage /100) :
$i_symbolic_reward;
failed: reassignment to previous_evaluation, old value false"
}