# Load Project Settings

Loads the project settings. The setting constants are specified in the project properties.

<table data-header-hidden><thead><tr><th width="174.8333740234375" valign="top"></th><th width="285.833251953125" valign="top"></th></tr></thead><tbody><tr><td valign="top">Local Only</td><td valign="top">When enabled, settings will be loaded only from the local storage, without using the Orchestrator.</td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] Timeout in seconds.</td></tr><tr><td valign="top">Project Settings</td><td valign="top"><p>[Dictionary] Returns a dictionary</p><p>with the project settings. The key of the dictionary is the setting constant specified in the project properties. The value is either text or a Requisites object with fields login and password.</p><p>Examples of expressions for working</p><p>with these settings can be seen in the expression editor in the "Project Settings" tooltip. This tooltip already contains relevant expressions for the specified constants of the current project.</p></td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that blocks will output during execution. Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>
