View Source WeChat.Error exception (elixir_wechat_fork v0.5.1)

A WeChat error expression.

Summary

Types

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