Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 935 Bytes

ItemErrorWebhook.md

File metadata and controls

17 lines (12 loc) · 935 Bytes

ItemErrorWebhook

Fired when an error is encountered with an Item. The error can be resolved by having the user go through Link’s update mode.

Properties

Name Type Description Notes
webhook_type str `ITEM`
webhook_code str `ERROR`
item_id str The `item_id` of the Item associated with this webhook, warning, or error
error PlaidError
environment WebhookEnvironmentValues
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]