Table of Contents






Environment Detail Settings

A map of keys and values wich stores detail settings for the system.

Description

Returns a empty Settings object.

Returns
data type description
Settings A Settings object
Description

Returns the specific setting if found.

Parameters
parameter data type description
0 Ident The setting ident
Returns
data type description
Option<String> Returns the settings as string
Description

Inserts a new setting in the settings object. An existing setting with the same ident will be overwritten.

Parameters
parameter data type description
0 Ident The settings ident
1 String The detail setting
Returns
data type description
Result<()> Returns error when input was wrong
Description

Removes a specific setting from the object.

Parameters
parameter data type description
0 Ident The setting ident to be removed
Returns
data type description
Result<()> Returns error when input was wrong