View Source WeChat.Error exception (elixir_wechat v0.4.6)

A WeChat error expression.

Link to this section Summary

Link to this section Types

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