Snap.BulkError exception (Snap v0.5.2) 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.ResponseError.t()], message: String.t() }