razorpay v0.5.0 Razorpay.Error exception

Summary

Functions

Callback implementation for c:Exception.exception/1

Callback implementation for c:Exception.message/1

Types

t :: %Razorpay.Error{__exception__: term, code: binary, description: binary, field: binary}
type :: {:error, t}

Functions

exception(args)

Specs

exception(Keyword.t) :: Exception.t

Callback implementation for c:Exception.exception/1.

message(map)

Callback implementation for c:Exception.message/1.