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

Copy Markdown View Source

Returned when a sandbox checkout cannot be completed.

Summary

Types

t()

@type t() :: %RedixSandbox.Errors.CheckoutError{
  __exception__: true,
  database: non_neg_integer() | nil,
  message: String.t() | nil,
  operation: :checkout | :connection_start | :flush,
  reason: term(),
  sandbox: RedixSandbox.name()
}