ITEM.ERROR webhook payload — includes structured Plaid error.
@type t() :: %PlaidEx.Webhooks.Schemas.ItemErrorEvent{ environment: String.t(), error: map(), item_id: String.t(), webhook_code: String.t(), webhook_type: String.t() }
@spec from_map(map()) :: t()