Nebulex.CacheNotFoundError exception (Nebulex v3.0.0-rc.1)

View Source

It is raised when the cache cannot be retrieved from the registry because it was not started or does not exist.

Summary

Types

t()

The type for this exception struct.

Types

t()

@type t() :: %Nebulex.CacheNotFoundError{
  __exception__: true,
  cache: atom() | pid(),
  message: binary()
}

The type for this exception struct.

This exception has the following public fields:

  • :message - the error message.

  • :cache - the cache name or its PID.