Old revisionsBack to top PrintPermalink × Table of Contents AJTERR index AJTERR index Under the AJTERR namespace you can find different error codes for different apps and programs. Return statement cannot contain variable declaration sign or pipe operator (AJTERR10062)Constructors must only declare "sl.types::void" as return type (AJTERR10061)Static constructors must not have any parameters (AJTERR10060)This type already contains a property with the name "{0}" (AJTERR10059)A generic type parameter on a function cannot have the same name as a generic type parameter on the enclosing type (AJTERR10058)A generic type parameter cannot have the same name as a function parameter (AJTERR10057)Constructors cannot directly have generic type parameters (AJTERR10056)The parser instructions "error" and "warning" need an associated text (AJTERR10055)Left side of pipe statement was not consumed by the right side (AJTERR10054)A pipe statement leading to a variable assignment cannot be further expanded with pipes (AJTERR10053)Warning with code "{0}" was already disabled (AJTERR10052)Warning with code "{0}" was already enabled (AJTERR10051)The "warningEnable" and "warningDisable" instructions only allow for numeric values (AJTERR10050)No fitting overload for function call with signature "{0}" could be found. Possible candidates are {1} (AJTERR10049)A static function cannot be called on a non-initialized generic type (AJTERR10048)Operator "{0}" does not take operands of type "{1}" and "{2}" (AJTERR10047)Return value of statement is unused (AJTERR10046)The class self reference parameter cannot be marked as a variadic parameter (AJTERR10045)Variadic parameter must be at the last position (AJTERR10044)Type of variadic parameter must be of type "sl.types::array" (AJTERR10043)A type cannot have a single variadic type parameter as type parameter (AJTERR10042)Variadic type parameter must be last type parameter (AJTERR10041)Tried to use the static access operator for a non static property (AJTERR10040)An entrypoint method cannot access its declaring types type parameters (AJTERR10039)Binary and hexadecimal numbers cannot contain a decimal point (AJTERR10038)A number cannot exist of multiple decimal points (AJTERR10037)Return type of an enum must be a type (AJTERR10036)Left hand side of pipe operator must not evaluate to void (AJTERR10035)The type "{0}" is not a generic type (AJTERR10034)Generic type argument "{0}" is not a type (AJTERR10033)Invalid unicode escape sequence character "{0}" (AJTERR10032)You cannot mark a function as static that uses a class reference parameter (AJTERR10031)Class reference parameter must be the first parameter (AJTERR10030)Type parameter with the same name was already specified (AJTERR10029)You cannot define multiple classes and/or enums in a file. (AJTERR10028)Inavlid position for entryPoint parser instruction (AJTERR10027)Unknown parser instruction: "{0}" (AJTERR10026)There was an error importing "{0}", it could not be found (AJTERR10025)The variable "{0}" cannot be assigned to outside of a constructor cause it is marked as readonly. (AJTERR10024)"{0}" cannot be a return type of a function marked as entrypoint (AJTERR10023)Return value of an enum must be a supported type (AJTERR10022)Unexpected end of file (AJTERR10021)A function marked as entrypoint must not have any parameters (AJTERR10020)A parameter with this name was already defined (AJTERR10019)You cannot use pipe operator inside of parenthesis (AJTERR10018)You must only use one assignment sign per assignment (AJTERR10017)You cannot use pipes when assigning a variable or returning a value (AJTERR10016)Assigned value does not match variable type (AJTERR10015)Variable "{0}" is already defined in this scope (AJTERR10014)Type of a variable assignment must be a type (AJTERR10013)Left-hand side of assignment must be identifier and a type declaration (AJTERR10012)You must specify a type as an attribute (AJTERR10011)Type must implement sl.attributes::attribute to be able to be used as an attribute (AJTERR10010)Unknown escape character: "\{0}" (AJTERR10009)Unexpected {0} character. These are not valid in documents. (AJTERR10008)Invalid full qualifier name of static property (AJTERR10007)Multiple entry points found (AJTERR10006)No corresponding right parenthesis found for the specified left parenthesis or left call parenthesis (AJTERR10005)An invalid statement was specified (AJTERR10004)Symbol "{0}" not found in the current context (AJTERR10003)You cannot use the static access operator on a type which is not sl.types::type (AJTERR10002)Importing is only allowed before declaring any classes (AJTERR10001)OK (AJTERR10000) ajterr/start.txt Last modified: 2025-09-11 20:48by admin Log In