Magpie.IntegrityError exception (Magpie v0.6.0)

Copy Markdown View Source

Returned when Dropbox metadata does not match the content Magpie uploaded.

Summary

Types

t()

@type t() :: %Magpie.IntegrityError{
  __exception__: term(),
  actual: binary() | nil,
  expected: binary(),
  path: binary()
}