View Source Snap.BulkError exception (Snap v0.7.0)
Represents a list of errors, collected from a Snap.Bulk
operation.
Link to this section Summary
Link to this section Types
@type t() :: %Snap.BulkError{ __exception__: term(), errors: [Snap.ResponseError.t()], message: String.t() }