Error 20. COM Method/function '%s' does not exist

Occurs on attempt to call not existing OLE method/property. Example:

AB=CreateObject("Broker.Application");
AB.Test();
// there is no such method