Snap.BulkError exception (Snap v0.13.0)

View Source

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

Summary

Types

t()

@type t() :: %Snap.BulkError{
  __exception__: true,
  errors: [Snap.ResponseError.t()],
  message: String.t()
}