Nebulex.KeyAlreadyExistsError exception (Nebulex v2.6.6)

Copy Markdown View Source

Raised at runtime when a key already exists in cache.

Summary

Types

t()

@type t() :: %Nebulex.KeyAlreadyExistsError{
  __exception__: true,
  cache: atom(),
  key: term()
}