Not all real-world APIs support some of the operations requested by getDictInfos or getEntries for example.
Usually this issue had to do with asking more general information from the APIs - e.g. asking for all dictionary information, all entries (in all possible sub-dictionaries/ontologies).
Thus, the specification should include information on what object should these functions return in these cases.
E.g., it could be something like:
{
status: 400,
error: 'Not implemented'
}