Returned when a process cannot be allowed to use a sandbox.
Summary
Types
@type t() :: %RedixSandbox.Errors.AllowError{ __exception__: true, child: pid(), message: String.t() | nil, owner: pid(), reason: term(), sandbox: RedixSandbox.name() }
Returned when a process cannot be allowed to use a sandbox.
@type t() :: %RedixSandbox.Errors.AllowError{ __exception__: true, child: pid(), message: String.t() | nil, owner: pid(), reason: term(), sandbox: RedixSandbox.name() }