Braintree v0.7.0 Braintree.ErrorResponse

A general purpose response wrapper that is built for any failed API response.

Summary

Functions

Convert a response into one or more typed structs

Types

t :: %Braintree.ErrorResponse{errors: Map.t, message: String.t, params: Map.t}

Functions

construct(params)

Specs

construct(Map.t | [Map.t]) :: t | [t]

Convert a response into one or more typed structs.