中文

Error index

Look up Func system error codes, understand their causes, and find the corresponding fix.

Updated

F_SYSTEM_* errors identify invalid command definitions or application registration. They are developer-facing failures: func stops immediately instead of sending them through command-local or global error handlers.

F_SCAFFOLD_* errors identify failures in funcgo, create-func, and related ecosystem tooling. Their pages explain which project or environment input to correct before retrying the command.

When funcgo recognizes one of these errors during development or a build check, it keeps the original error output and adds a link to the matching page below. Use the code to find the relevant invariant, minimal reproduction, and fix.

Framework errors

Errors emitted by the func framework itself

41 codes

Scaffolding errors

Scaffolding errors emitted by funcgo and create-func

14 codes