Snap.BulkError exception (Snap v0.2.3) View Source

Represents a list of errors, collected from a Snap.Bulk operation.

Link to this section Summary

Link to this section Types

Specs

t() :: %Snap.BulkError{
  __exception__: term(),
  errors: [Snap.Exception.t()],
  message: String.t()
}