errors.fyi community error code reference
noproc
erlang

noproc

An attempt was made to communicate with or link to a process or registered name that does not exist. Commonly raised when calling `gen_server:call/2` on a dead or non-existent process.

References

← all namespaces