ApiBase::dieUsage takes an error code. In the WIkibase API modules, we often include the module name in that code. This is redundant: ApiBase::dieUsage already attaches the module name to the code. So we should not do this again, but use the same code to indicate the same problem in different modules. This also eases code reuse between modules.
Version: unspecified
Severity: normal