Plaid::Cause
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
An error object and associated item_id used to identify a specific Item and error when a batch operation operating on multiple Items has encountered an error in one of the Items.
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
In the Assets product, a request can pertain to more than one Item. If an error is returned for such a request, causes will return an array of errors containing a breakdown of these errors on the individual Item level, if any can be identified. causes will only be provided for the error_type ASSET_REPORT_ERROR. causes will also not be populated inside an error nested within a warning object.
Custom attribute writer method checking allowed values (enum). @param [Object] causes Object to be assigned
A user-friendly representation of the error code. null if the error is not related to user action. This may change over time and is not safe for programmatic use.
Custom attribute writer method checking allowed values (enum). @param [Object] display_message Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] documentation_url Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] error_code Object to be assigned
A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use.
Custom attribute writer method checking allowed values (enum). @param [Object] error_message Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] error_type Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] item_id Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
A unique ID identifying the request, to be used for troubleshooting purposes. This field will be omitted in errors provided by webhooks.
Custom attribute writer method checking allowed values (enum). @param [Object] request_id Object to be assigned
The HTTP status code associated with the error. This will only be returned in the response body when the error information is provided via a webhook.
Custom attribute writer method checking allowed values (enum). @param [Object] status Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] suggested_action Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid