WeChat.Error exception (elixir_wechat_fork v0.5.2)

Copy Markdown View Source

A WeChat error expression.

Summary

Types

t()

@type t() :: %WeChat.Error{
  __exception__: true,
  errcode: String.t(),
  http_status: integer(),
  message: String.t(),
  reason: String.t()
}