在发出 getSiteRefreshInfo 或 getMFAResponseForSite 时,代码的可能值是什么?
问问题
204 次
2 回答
0
您可以在 Yodlee 的开发门户上查看以下文章以获取参数
和
您的意思是这些 API 将返回什么类型的错误代码?
于 2013-12-06T23:10:23.440 回答
0
I've learned that the getSiteRefreshInfo request may response with any of the error codes listed in https://developer.yodlee.com/FAQs/Error_Codes, so your code must account for these. You may stop looping your web service calls when the JSON response "code" element is 0 (success) or one of the failure values listed in the link above.
于 2013-12-11T15:40:00.963 回答