typeErrorKind
Enumeration used to indicate where an error comes from.
Literals
| Name | Description |
|---|---|
| syntax | syntax errors |
| grammar | grammatical errors |
| translation | instantiation errors: up to flat modelica |
| symbolic | symbolic manipulation error, simcodegen, up to executable file |
| runtime | simulation/function runtime error |
| scripting | runtime scripting /interpretation error |