Skip to main content

Web Editor Error Messages

Error MessageNotes
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 starterThis error is raised when a SFCodeBlock remains detached.
SFCodeBlock of type Abort used outside MainThis 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 foundThis error is raised when a Call code block is referencing a non-existent function name in your analytic.
Missed variable assignmentThis 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 $.

Behavioral Errors


Behavior DescriptionNotes
A function configured in a Call SFCodeBlock is never executed, or a different function is executed.Generally, this happens when the function name is defined twice in the analytic.