logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ErrorMessages.Configuration

    Configuration validation error messages

    Inheritance
    object
    ErrorMessages.Configuration
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Shared.Constants
    Assembly: Serenity.Shared.dll
    Syntax
    public static class ErrorMessages.Configuration

    Fields

    GAME_LANGUAGE_KEY_EMPTY

    Declaration
    public const string GAME_LANGUAGE_KEY_EMPTY = "GameLanguageKey cannot be empty"
    Field Value
    Type Description
    string

    GAME_LANGUAGE_KEY_NOT_FOUND

    Declaration
    public const string GAME_LANGUAGE_KEY_NOT_FOUND = "GameLanguageKey not found on LocalizationSettings"
    Field Value
    Type Description
    string

    SCALE_KEY_EMPTY

    Declaration
    public const string SCALE_KEY_EMPTY = "ScaleKey cannot be empty"
    Field Value
    Type Description
    string

    SCALE_KEY_NOT_FOUND_GRAPHICS

    Declaration
    public const string SCALE_KEY_NOT_FOUND_GRAPHICS = "ScaleKey not found on GameGraphicsSettings"
    Field Value
    Type Description
    string

    SCALE_KEY_NOT_FOUND_UI

    Declaration
    public const string SCALE_KEY_NOT_FOUND_UI = "ScaleKey not found on UiSettings"
    Field Value
    Type Description
    string

    UI_THEME_DEFINITION_NOT_FOUND

    Declaration
    public const string UI_THEME_DEFINITION_NOT_FOUND = "UiThemeDefinition not found on UiSettings"
    Field Value
    Type Description
    string

    VOICE_LANGUAGE_KEY_NOT_FOUND

    Declaration
    public const string VOICE_LANGUAGE_KEY_NOT_FOUND = "VoiceLanguageKey not found on LocalizationSettings"
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved