Code (InvalidRegex property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:InvalidRegex:Code subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/>Integer code providing some details about the nature of the error<section end=dpl_desc/></span>
[[Category:InvalidRegex methods|Code property]]
<p>
Code is a member of the [[InvalidRegex class]].
</p>


This code is really only useful to someone familiar with the implementation
This code is really only useful to someone familiar with the implementation
Line 14: Line 9:
an Online.
an Online.
==Syntax==
==Syntax==
<p class="syntax">%num = %invReg:Code
{{Template:InvalidRegex:Code syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 25: Line 19:


</td></tr></table>
</td></tr></table>
==See also==
{{Template:InvalidRegex:Code footer}}

Revision as of 20:42, 25 March 2011

Numeric code indicating cause of the exception (InvalidRegex class)

This code is really only useful to someone familiar with the implementation of the regular expression processor, so it is likely to be useful only to Sirius Software technical support.

No assumptions should be made that a particular error will always produce the same code from release to release of the Sirius Mods, or even between runs of an Online.

Syntax

%number = invalidRegex:Code

Syntax terms

%num This integer value is associated with the regex expression error.
%invReg A reference to an instance of an InvalidRegex object.

See also