WeaviateEx.Batch.ErrorTracking.ErrorReference (WeaviateEx v0.7.4)

View Source

Represents a failed reference in a batch operation.

Fields

  • :message - Error message from the server
  • :reference - The reference that failed (from/to/property info)

Summary

Types

t()

@type t() :: %WeaviateEx.Batch.ErrorTracking.ErrorReference{
  message: String.t(),
  reference: map()
}