Module generic

Source
Expand description

Houses utils that do not have a home yet.

Statics§

CONDITION_NOT_MET_ERR
The error message for when a condition is not met.
KEY_ALREADY_EXISTS_ERR
The error message for when a condition is not met.

Functions§

check_condition_not_met
Checks if the condition is not met.
check_key_already_exists
Checks if the key already exists.
construct_condition_not_met_error
Constructs a condition not met error.
construct_key_already_exists_error
Constructs a condition not met error.