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

Copy Markdown View Source

Returned when a sandbox ownership mode cannot be changed.

Summary

Types

t()

@type t() :: %RedixSandbox.Errors.ModeError{
  __exception__: true,
  message: String.t() | nil,
  mode: RedixSandbox.mode(),
  reason: term(),
  sandbox: RedixSandbox.name()
}