Returned when a sandbox ownership mode cannot be changed.
Summary
Types
@type t() :: %RedixSandbox.Errors.ModeError{ __exception__: true, message: String.t() | nil, mode: RedixSandbox.mode(), reason: term(), sandbox: RedixSandbox.name() }
Returned when a sandbox ownership mode cannot be changed.
@type t() :: %RedixSandbox.Errors.ModeError{ __exception__: true, message: String.t() | nil, mode: RedixSandbox.mode(), reason: term(), sandbox: RedixSandbox.name() }