HookSniff.Error exception (HookSniff v0.2.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniff.Error{
  __exception__: true,
  code: atom(),
  message: String.t(),
  status: integer() | nil
}