I knew there is FQL error code list,http://fbdevwiki.com/wiki/Error_codes#FQL_Errors, but it seems out of date and does not provide any message about the "error_subcode". Facebook Developer Wiki (unofficial) contain not only list of FQL error codes butothers tooit's somehow updated bu...
如果调用API失败,会返回对应的异常错误码以及错误信息。以下异常信息对照表可以帮助您找到解决方法。 HTTPCode错误码错误信息描述 500 InternalError The request processing has failed due to some unknown error. 服务端异常(主要是网络问题导致的)。 400 IllegalRequest Illegal request. 请求结构非法。 400 IllegalPara...
publicstaticList<ErrorCodeDto>getBussinessCodes(){ List<ErrorCodeDto>list=newArrayList<>(); ErrorCodeDtodto=null; for(Stringkey:codeMap.keySet()){ BussinessErrorserror=BussinessErrors.valueOf(key); dto=newErrorCodeDto(); dto.setError(error.getCode()) ...
Support→ API → Full Error Code List Authentication Error Codes Common for all commands NumberDescription 1010101 Parameter APIUser is missing 1030408 Unsupported authentication type 1010104 Parameter Command is missing 1010102, 1011102 Parameter APIKey is missing 1010105, 1011105 Parameter ClientIP is...
In the input parameters, the authorization code list is empty (null), or the number of authorization codes is out of range. The allowed range is [0, 1000]. 39 20039 In the input parameters, the DOD value is out of range. The allowed range is [0, 100]. 40 20040 The charge/...
31337输入 LIST 名称{0}在{1}中是无效 CSD LIST 名称。 31338输入 GROUP 名称{0}在{1}中是无效 CSD GROUP 名称。 31339组件是使用 CICS 区域{0}创建的。 需要先删除那些 CICS 组件。 31340联机ZD&T创建的卷失败,错误代码为{0}。 31341需要 Db2 子系统信息。
符号错误代码 TooManyRuleItemsError 描述 在操作的再营销列表中指定了过多的规则项。 数值代码 4816 符号错误代码 TooManyRuleItemGroupsError 描述 在操作的再营销列表中指定了过多的规则项组。 数字代码 4817 符号错误代码 InvalidRemarketingListDescription 描述 再营销列表说明无效。 数字代码 4818 符号错误代码 Inv...
This numerically sorted list of CPLEX error codes links to the reference documentation of each code.
The following error codes are returned by DHCP Server Management API functions. ERROR_DHCP_REGISTRY_INIT_FAILED 20000 The DHCP server registry initialization parameters are incorrect. ERROR_DHCP_DATABASE_INIT_FAILED 20001 The DHCP server was unable to open the database of DHCP clients. ERRO...
Hello guys, does anyone have the list of all possible error codes and types that can be returned from the api, since i’m building an integration i want to handle each error differently, for example if i get a rate limit …