Returned when a sandbox checkout cannot be completed.
Summary
Types
@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() }