中文

Errors

Look up func system error codes, understand why they happen, and apply the smallest reliable fix.

Updated 2 weeks ago

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.

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.

2.x Current

System errors emitted by current func versions

19 codes

1.x

Codes retained for older versions and existing links

5 codes