MSIR.0510 Cancelling request because of SIRFACT CANCEL ($func) (val): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
A request is being cancelled because ''''$func'''' returned a value specified on a SIRFACT CANCEL ''''$func'''' command. Determine the cause of the bad return value from the $function (perhaps by getting a SirFact dump) and correct the User Language code, or if it is determined that ''''val'''' should be an acceptable return value from ''''$func'''', remove the value from the SIRFACT CANCEL command or wrap the specific $function invocation in a SIRFACT OFF/SIRFACT ON bracket.
A request is being cancelled because ''''$func'''' returned a value specified on a SIRFACT CANCEL ''''$func'''' command. Determine the cause of the bad return value from the $function (perhaps by getting a SirFact dump) and correct the User Language code, or if it is determined that ''''val'''' should be an acceptable return value from ''''$func'''', remove the value from the SIRFACT CANCEL command or wrap the specific $function invocation in a SIRFACT OFF/SIRFACT ON bracket.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0400 - MSIR.0599]]

Revision as of 16:00, 13 August 2015

A request is being cancelled because '$func' returned a value specified on a SIRFACT CANCEL '$func' command. Determine the cause of the bad return value from the $function (perhaps by getting a SirFact dump) and correct the User Language code, or if it is determined that 'val' should be an acceptable return value from '$func', remove the value from the SIRFACT CANCEL command or wrap the specific $function invocation in a SIRFACT OFF/SIRFACT ON bracket.