MSIR.0444 Invalid (func) argument ''(value)', request cancelled: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
An invalid value ''''value'''' was passed to function ''''func''''. This could be a negative value passed to a $LOG type functions or an impossibly large exponent for a $EXP function. Correct the $function call, perhaps adding code to test for invalid values.
An invalid value ''''value'''' was passed to function ''''func''''. This could be a negative value passed to a $LOG type functions or an impossibly large exponent for a $EXP function. Correct the $function call, perhaps adding code to test for invalid values.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:45, 19 April 2013

An invalid value 'value' was passed to function 'func'. This could be a negative value passed to a $LOG type functions or an impossibly large exponent for a $EXP function. Correct the $function call, perhaps adding code to test for invalid values.