Ash.Changeset.OriginalDataNotAvailable (ash v3.5.20)

View Source

A value placed in changeset.data to indicate that the original data is not available

Summary

Types

t()

Placeholder struct used when original data is not available.

Types

t()

@type t() :: %Ash.Changeset.OriginalDataNotAvailable{reason: :atomic_query_update}

Placeholder struct used when original data is not available.

Used in atomic operations where the original record data cannot be loaded.