Activity › Forums › Salesforce® Discussions › Missing module errors
-
Missing module errors
Posted by chanchal kumar on September 6, 2018 at 2:55 PMwhat is Missing module errors in API hit?
madhulika shah replied 7 years, 9 months ago 3 Members · 2 Replies -
2 Replies
-
Hi Chanchal,
If you specify a module in a multi-value list, such as a list, meta, or prop list of query submodules, and the module is not present on a code.
For example it is implemented by an extension that isn’t loaded, then requesting throws the warning “Unrecognized value for parameter …” and possibly additional warnings for the submodule’s parameters.
For example for a list query submodule, raremodule, a query such as
api.php? action=query& list=raremodule& rmparam=foo
Thanks.
- [adinserter block='9']
-
Hi Chanchal,
If you specify a module as the single value of a parameter such as action and it is not present on a wiki, for example it is implemented by an extension that isn’t loaded, then the request throws the error. You can check to see if a module is available before invoking it.
Hope this helps.
Thanks.
Log In to reply.