Skip to content

Error Codes

ilo verifies programs before execution. When verification fails, you get a compact error code.

CodeDescription
ILO-T001Unknown type
ILO-T002Parameter type missing
ILO-T003Return type missing
ILO-T004Type mismatch
ILO-T005Argument count mismatch
CodeDescription
ILO-P001Unexpected token
ILO-P002Unterminated string
ILO-P003Invalid number
CodeDescription
ILO-R001Undefined function
ILO-R002Undefined variable

Compact error codes mean agents spend fewer tokens reading error messages and correct faster.