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

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

Summary

Types

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