# HARN-STD-003 — builtin call has invalid arity
## What it means
A stdlib symbol is being used in a way Harn does not support, or has been
renamed / deprecated since the script was written. The stdlib is the live source
of truth for what's available.
## How to fix
- Switch to the supported / renamed stdlib API listed in the diagnostic help text.