Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 4.36 KB

File metadata and controls

22 lines (19 loc) · 4.36 KB

Warning codes

The 14 warnings the API can attach to a successful read, live from https://api.wealthreader.com/warning-codes/. Add ?lang=en for English.

Warnings arrive in statistics.warnings. They do not invalidate the read: success is still true and the payload is still usable. Treat them as partial-coverage notices, log them, and do not fail the operation because one is present.

Code Meaning Why it happens What to do Priority
2 Incorrect call One of the required parameters was not sent or was sent in an incorrect format The text received in "message" will detail the reason for the error. For example, "The parameter "api_key" is required". 1
10 Information about the type of access The entity has different access channels and it is necessary to know them to provide better support It is an informational message, no action is required 3
1050 No information from a set of main products has been recovered. The entity has responded with an unexpected format, or the user does not have permission to view it. Open a ticket indicating the value of statistics.SESSION 1
1051 No information from a set of main products has been recovered, but it is an expected error. The information is not available for this user. The entity does not allow retrieving information from a certain set of products. Notify the user. 2
1052 No information from one of the products in a main category has been recovered. The entity has responded with an unexpected format, or the user does not have permission to view it. Analyze if the client can view this product normally in their online banking, and if so, open a ticket indicating the value of statistics.SESSION 1
1053 No information from one of the products in a main category has been recovered, but it is an expected error. The information is not available for this user. The entity does not allow retrieving information from a certain product. Notify the user. 2
1054 No essential information from a product has been recovered. The entity has responded with an unexpected format, or the user does not have permission to view it. Open a ticket indicating the value of statistics.SESSION 1
1055 No optional information from a product has been recovered. The entity has responded with an unexpected format, does not deliver this data in general, or the user does not have permission to view it. Analyze if the client can view this data normally in their online banking, and if so, open a ticket indicating the value of statistics.SESSION 3
1056 No essential information from a product has been recovered, but it is an expected error. The information is not available for this user. The entity does not allow retrieving information from a certain product. Notify the user. 2
1057 No information from a list of components of a product (e.g., Transactions or Composition) has been recovered. The entity has responded with an unexpected format. Open a ticket indicating the value of statistics.SESSION 1
1058 No information from a list of components of a product (e.g., Transactions or Composition) has been recovered, but it is an expected error. The information is not available for this user or in this entity. The entity does not allow retrieving information from a certain list of components. Notify the user. 2
1059 No essential information from a list of components of a product (e.g., Transactions or Composition) has been recovered. The entity has responded with an unexpected format. Open a ticket indicating the value of statistics.SESSION 1
1060 No optional information from a list of components of a product (e.g., Transactions or Composition) has been recovered. The entity has responded with an unexpected format, does not deliver this data in general, or the user does not have permission to view it. Analyze if the client can view this data normally in their online banking, and if so, open a ticket indicating the value of statistics.SESSION 3
1061 No essential information from a list of components of a product (e.g., Transactions or Composition) has been recovered, but it is an expected error. The information is not available for this user. The entity does not allow retrieving this data from a certain list of components. Notify the user. 2