Resp.BlobError (resp v0.1.0)

Copy Markdown View Source

A RESP3 blob error (!).

Summary

Types

t()

@type t() :: %Resp.BlobError{
  count: non_neg_integer(),
  data: binary() | nil,
  raw: binary() | nil,
  type: atom()
}