SFCodeBlock of type Return used outside a Function | |
SFCodeBlock of type Break used outside a ForEach or While cycle | |
SFCodeBlock of type N not a valid sequence starter | This error is raised when a SFCodeBlock remains detached. |
SFCodeBlock of type Abort used outside Main | This error is raised when the End code block is used outside the Main. |
SFCodeBlock of type Case CheckIn, Case UndoCheckOut and Case Select can be added to MAIN only | |
SFCodeBlock of type N not a valid sequence starter Missed entry point. | This error is raised when you are trying to save an analytic without the Main code block. |
Missed next code block Function [{name}] is empty - no code blocks. | This error is raised when the Main code block or the Function code block have no code blocks attached to the BOTTOM port. |
Call code block [] Function [function name] not found | This error is raised when a Call code block is referencing a non-existent function name in your analytic. |
| Missed variable assignment | This error is raised when the \'Set\' code block has a pattern variable assignment ($v = value) |
Variable must start with $ | This error is raised when the Set code block has a variable name not starting with the $ (dollar) character, or there is white space after the $. |