View Source LibWechat.Error exception (lib_wechat v0.3.0)

errors

Summary

Types

@type t() :: %LibWechat.Error{__exception__: true, details: any(), message: binary()}

Functions

Link to this function

new(message, details \\ nil)

View Source
@spec new(binary(), any()) :: t()