Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ MiniZincError
Class
MiniZincError
MiniZincIDE/codeeditor.h:34–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
};
33
34
struct MiniZincError {
35
bool isWarning;
36
QString filename;
37
int first_line;
38
int last_line;
39
int first_col;
40
int last_col;
41
QString msg;
42
};
43
44
class EditorHeader;
45
Callers
1
start
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected