Lamina.Error.NotRegisteredError exception (lamina v0.4.0)

Lamina is unable to locate the configuration module in the registry.

Lamina uses an Elixir node-local Registry to keep track of all the configuration modules and their respective ETS tables. This error indicates that a request has been made to retrieve the pid or table of a configuration module which is not present in the registry.

This is most likely to happen if the Lamina server process has exited for some reason and could not be or has not yet been restarted.

Link to this section Summary

Link to this section Types

Specs

t() :: %Lamina.Error.NotRegisteredError{__exception__: true, module: module()}