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

Copy Markdown View Source

Returned when a process cannot be allowed to use a sandbox.

Summary

Types

t()

@type t() :: %RedixSandbox.Errors.AllowError{
  __exception__: true,
  child: pid(),
  message: String.t() | nil,
  owner: pid(),
  reason: term(),
  sandbox: RedixSandbox.name()
}