errors.fyi community error code reference
already_started
erlang

already_started

An OTP behaviour process (such as a gen_server) was started but a process with the given registered name already exists. Returned as `{error, {already_started, Pid}}`.

References

โ† all namespaces for already_started