PlaidEx.Webhooks.Schemas.ItemErrorEvent (plaid_ex v1.0.0)

Copy Markdown View Source

ITEM.ERROR webhook payload — includes structured Plaid error.

Summary

Types

t()

@type t() :: %PlaidEx.Webhooks.Schemas.ItemErrorEvent{
  environment: String.t(),
  error: map(),
  item_id: String.t(),
  webhook_code: String.t(),
  webhook_type: String.t()
}

Functions

from_map(map)

@spec from_map(map()) :: t()