View Source Nebulex.RegistryLookupError exception (Nebulex v2.5.1)

Raised at runtime when the cache was not started or it does not exist.

Link to this section Summary

Link to this section Types

@type t() :: %Nebulex.RegistryLookupError{
  __exception__: true,
  message: binary(),
  name: atom()
}