View Source Plaid.AssetReport.Warning.Cause (plaid v3.2.0)

Plaid.AssetReport.Warning Cause data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.AssetReport.Warning.Cause{
  display_message: String.t(),
  documentation_url: String.t(),
  error_code: String.t(),
  error_message: String.t(),
  error_type: String.t(),
  item_id: String.t(),
  request_id: String.t(),
  status: integer(),
  suggested_action: String.t()
}