Paddle.Error (paddlex v0.2.0)

Copy Markdown View Source

Error struct returned by all API functions: code holds the Paddle API error code (or a transport-level atom such as :econnrefused) and message a human-readable description.

Summary

Types

t()

@type t() :: %Paddle.Error{code: integer(), message: String.t()}