FastGlobalLock.LockTimeoutError exception (fast_global_lock v0.1.1)

View Source

Raised by FastGlobalLock.lock!/2 and FastGlobalLock.with_lock!/3 when lock acquisition times out.

Summary

Types

t()

@type t() :: %FastGlobalLock.LockTimeoutError{
  __exception__: true,
  key: term(),
  nodes: [node()],
  timeout: timeout()
}