14093   A menu with that index has already been loaded

Cause

This error occurs when the loadMenu method is called to add a new menu item and a previous call to the loadMenu method already created a menu with that index.

Action

Ensure that the index value of the menu being created has not already been assigned.