204 |
|
|
205 |
## Error message |
## Error message |
206 |
my $error_type_text = $opt{type}; |
my $error_type_text = $opt{type}; |
207 |
$out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text}); |
$out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text}, |
208 |
|
value => $opt{value}); |
209 |
|
|
210 |
## Additional error description |
## Additional error description |
211 |
if (defined $opt{text}) { ## TODO: Remove this block once all errors are put into the catalog. |
if (defined $opt{text}) { ## TODO: Remove this block once all errors are put into the catalog. |