RedixSandbox.Errors.NotCheckedOutError exception (redix_sandbox v0.1.0)

Copy Markdown View Source

Raised when a process resolves a sandbox without checking it out.

Summary

Types

t()

@type t() :: %RedixSandbox.Errors.NotCheckedOutError{
  __exception__: true,
  callers: [pid()],
  message: String.t() | nil,
  sandbox: RedixSandbox.name()
}