Menu and initialization error messages
Inheritance
ErrorMessages.Menu
Assembly: Serenity.Shared.dll
public static class ErrorMessages.Menu
Fields
Declaration
public const string AUDIO_PLAYER_UI_NOT_FOUND = "AudioPlayerService with type UI not found: Menu won't play any sound. \nIf you want to play sounds, create a new AudioPlayerDefinition with type as 'UI'.\nException: {0}"
Field Value
Declaration
public const string INIT_MENU_ID_EMPTY = "[Init] ShowMenu: InitMenuId is empty. Set it in UnityMenuServiceSettingsDefinition."
Field Value
Declaration
public const string MENU_SERVICE_NULL = "[Init] ShowMenu: MenuService is null (did the menu installation fail?)"
Field Value