On this pageMessageHead Git Source State Variables CONFIG_FILE_MISSING string constant CONFIG_FILE_MISSING = "Config File Missing"; CONFIG_FILE_REQUIRED string constant CONFIG_FILE_REQUIRED = "Config File Required"; NAME_REQUIRED string constant NAME_REQUIRED = "Name Required"; ENV_KEY_REQUIRED string constant ENV_KEY_REQUIRED = "EnvKey Required"; SELECTOR_RECOMMENDED string constant SELECTOR_RECOMMENDED = "Empty Selector"; ADDRESS_NOT_CONTRACT string constant ADDRESS_NOT_CONTRACT = "Address Not Contract"; FACADE_NOT_CONTRACT string constant FACADE_NOT_CONTRACT = "Facade Not Contract"; OWNER_ZERO_ADDRESS_RECOMMENDED string constant OWNER_ZERO_ADDRESS_RECOMMENDED = "Owner Zero Address"; CURRENT_NAME_NOT_FOUND string constant CURRENT_NAME_NOT_FOUND = "Current Name Not Found"; FUNC_NAME_UNASSIGNED string constant FUNC_NAME_UNASSIGNED = "Function Name Unassigned"; FUNC_CONTRACT_UNASSIGNED string constant FUNC_CONTRACT_UNASSIGNED = "Implementation Contract Unassigned"; FUNC_NOT_COMPLETE string constant FUNC_NOT_COMPLETE = "Function Not Complete"; FUNC_LOCKED string constant FUNC_LOCKED = "Function Locked"; FUNC_NOT_BUILDING string constant FUNC_NOT_BUILDING = "Function Not Building"; FUNC_NOT_BUILT string constant FUNC_NOT_BUILT = "Function Not Built"; FUNC_NOT_REGISTERED string constant FUNC_NOT_REGISTERED = "Function Not Registered"; BUNDLE_NAME_UNASSIGNED string constant BUNDLE_NAME_UNASSIGNED = "Bundle Name Unassigned"; NO_FUNCTIONS_IN_BUNDLE string constant NO_FUNCTIONS_IN_BUNDLE = "No Functions in Bundle"; BUNDLE_FACADE_UNASSIGNED string constant BUNDLE_FACADE_UNASSIGNED = "Bundle Facade Unassigned"; BUNDLE_NOT_INITIALIZED string constant BUNDLE_NOT_INITIALIZED = "Bundle Not Initialized"; BUNDLE_NOT_COMPLETE string constant BUNDLE_NOT_COMPLETE = "Bundle Not Complete"; BUNDLE_CONTAINS_SAME_SELECTOR string constant BUNDLE_CONTAINS_SAME_SELECTOR = "Bundle Contains Same Selector"; BUNDLE_LOCKED string constant BUNDLE_LOCKED = "Bundle Locked"; BUNDLE_NOT_BUILDING