Opus Fehlermeldungen
Im Folgenden werden die möglichen Fehlermeldungen aufgeführt.
Nr. | Meldung | Exception | Erklärung | Beispiel |
---|---|---|---|---|
0 | No Error | |||
1 | BPM Execution Error | nicht verwendet | ||
2 | Type Name Expected | |||
3 | Semicolon Expected | Hier wird ein Strichpunkt erwartet | ||
4 | No Corresponding End of Block | Der Block ist nicht korrekt mit } geschlossen | ||
5 | return is not allowed here | die return Anweisung kann hier nicht verwendet werden (nur innerhalb von Funktionen) | ||
6 | Connect Operator '=>' Expected | nicht verwendet | ||
7 | Connect Operator '<=' Expected | nicht verwendet | ||
8 | Assign Operator '=' Expected | |||
9 | Illegal input / output Connection | |||
10 | Not enough Memory | Ja | Nicht genug Speicher. | |
11 | Object Type Identifier Expected | |||
12 | Operator Expected | |||
13 | Error Reading Input File | Ja | ||
14 | Identifier Expected | |||
15 | Missing Value | |||
16 | Exponent Expected | |||
17 | String Constant Expected | Ja | ||
18 | String Constant Exceeds End of Line | |||
19 | Closing Parenthesis Expected | |||
20 | Syntax Error | |||
21 | Illegal Type(s) for this Operation | Ja | ||
22 | Error In Expression | Ja | ||
23 | Undefined Variable | Ja | ||
24 | Unknown Type of the Variable | Ja | ||
25 | Incompatible Types | Ja | ||
26 | Closing Bracket Expected | |||
27 | List Element hasn't the same Type | Ja | ||
28 | Illegal Type for Lists | Ja | ||
29 | Operators are not Supported in this Version | |||
30 | Start of Block expected | |||
31 | Parent Object Name Expected | |||
32 | Base Object not defined | |||
33 | Redefined Object | |||
34 | Inheritation from Undefined Object | |||
35 | This Object hasn't the same Type | |||
36 | Double defined Parameter | |||
37 | Illegal use of arrays | Ja | ||
38 | Unknown Function | Ja | ||
39 | Index must be Integer | Ja | ||
40 | Negative Indexes are not allowed | Ja | ||
41 | This is a Function (No Error) | |||
42 | Undefined Procedure | Ja | ||
43 | Undefined Function or Object | Ja | ||
44 | Parameter Number Mismatch | |||
45 | Unknown Identifier or Variable | Ja | ||
46 | Illegal Dot Operator | Ja | ||
47 | Start of Block Expected | |||
48 | Missing Main Section | |||
49 | Illegal Index on Non Array | Ja | ||
50 | Index Out of Range | Ja | ||
51 | Internal Error on Assignement | |||
52 | Cannot Define Interfaces in this Object | |||
53 | Cannot Define Inputs in this Object | |||
54 | Cannot Define Outputs in this Object | |||
55 | Opening Bracket Expected | |||
56 | Output Variable Expected | |||
57 | Input Variable Expected | |||
58 | List Separator Expected | |||
59 | This Operator cannot be used here | Ja | ||
60 | Illegal Types in Expression | Ja | ||
61 | Unsupported Types for Operation | Ja | ||
62 | Division By Zero | Ja | ||
63 | Expression Expected | Ja | ||
64 | Too Few Arguments | Ja | ||
65 | Too Many Arguments | Ja | ||
66 | Argument Type Mismatch | Ja | ||
67 | Illegal Argument Value | Ja | ||
68 | Ilegal Type for Operation | Ja | ||
69 | Bad Type for Test | Ja | ||
70 | Bad Return Type | Ja | ||
71 | Cannot find Control Part | |||
72 | Cannot find Loop Block | |||
73 | Cannot assign void Type | |||
74 | Illegal Argument Type | Ja | ||
75 | Negative Variable Extension | Ja | ||
76 | Invalid Type for Variable Extension | Ja | ||
77 | Extension Terminator '\\' expected | |||
78 | No Interface possible in the root object | |||
79 | Colon ':' expected | |||
80 | 'case' or 'default' expected | |||
81 | Illegal Double Index on Non Matrix | Ja | ||
82 | A Matrix Needs Two Indexes | Ja | ||
83 | No Identifier Addings ('\\ \\' or '{ }' or '[ ]') Are Allowed Here | |||
84 | Incorrect Form of Expr ? Expr1 : Expr2 | |||
85 | Array Dimension Mismatch | Ja | ||
86 | Matrix Dimension Mismatch | Ja | ||
87 | Arrays or Matrices Must Have the Same Dimension | Ja | ||
88 | Too Many Prefix Operations | |||
89 | Bad Matrix Dimensions for this Operation | Ja | ||
90 | Vector Elements of a Matrix Must Have Same Dimension | |||
91 | Matlab Variable Not Defined | |||
92 | Semicolon Expected at the End of an Object | |||
93 | Debugger Line Report | |||
94 | Error Writing Output File | |||
95 | Cannot Reassign Vector or Matrix Element | Ja | ||
96 | Interpreter Error Inside the Eval String | Ja | ||
97 | Error Reading Include File | |||
98 | Interpreter Error Inside the Include File | |||
99 | Place Nested ? : in Parenthesis '()' | |||
100 | Invalid File Handle For File Operation | |||
101 | Cannot Read From This File | |||
102 | Cannot Write to This File | |||
103 | Cannot Close This File | |||
104 | Execution Aborted by User | |||
105 | User Defined Function Did Not Return a Valid Value | |||
106 | Information: End Of Eval Code | |||
107 | String Constant Too Long | |||
108 | Breakpoint Hit | |||
109 | Cannot Reassign Different Type on Reference Variable | Ja | ||
110 | Ill Formed Raw String Literal | |||
111 | Raw String Delimiter not Matched | |||
112 | Character Constant Expected | Ja | ||
113 | Character Constant Exceeds End of Line | Ja | ||
114 | String Character Index Out of Range | Ja | ||
115 | Object Start Expected ('{') | |||
116 | Value Expected | Ja | ||
117 | Value Separator (':') Expected | Ja | ||
118 | Member Already Exists | Ja | ||
119 | Value Name Expected | Ja | ||
120 | New Members Must be Assigned With := | Ja | ||
121 | Extension Terminator '}' expected | |||
122 | Interpreter not Initialized | |||
123 | This is a Method (No Error) | |||
124 | Undefined Method on Object | Ja | ||
125 | Unterminated Expression | |||
126 | Start XML Tag (<) expected | Ja | ||
127 | End XML Tag (>) expected | Ja | ||
128 | Close XML Tag (</...>) expected | Ja | ||
129 | Missing Correspondant Closing XML Tag | Ja | ||
130 | Modifications Not Allowed | |||
131 | Attribute Value Expected | Ja | ||
132 | Attribute String Expected | Ja | ||
133 | Start of JSON expected ( { or [ ) | Ja | ||
134 | Object Array Index Out of Range | Ja | ||
135 | Closing Brace '}' expected | |||
136 | Stack overflow | Es kann insbesondere bei rekursiven Aufrufen passieren, dass der Stack überläuft | ||
137 | New Attributes Must be Assigned With := | |||
138 | break is not allowed here | |||
139 | continue is not allowed here | |||
140 | 'while' expected | |||
141 | Opening Parenthesis Expected | Eine öffnende Klanner wird erwartet | ||
142 | Exception thrown | Ja | ||
143 | 'catch' is not allowed here | |||
144 | 'finally' is not allowed here | |||
145 | 'when' is not allowed here | |||
146 | Unhandled Exception thrown | |||
147 | 'else' without corresponding 'if' | |||
148 | Cannot delete elements | Ja | Es können keine Array Elemente deleted werden | |
149 | Cannot delete function | Ja | Funktionen können nicht deleted werden | |
150 | Cannot delete member function | Ja | Memberfunktionen können nicht deleted werden | |
151 | Cannot delete new member | Ja | Neue Member-Variablen, die gerade entstehen können nicht deleted werden | |
152 | Cannot delete reference | Ja | Diese Referenz-Variable kann nicht deleted werden | |
153 | Cannot delete root object | Ja | Objekte main, function, global und object können nicht deleted werden | |
154 | Mismatched Blocks in Code | In einem Code gibt es zu viele Blockenden ('}') |