Errors
Scruby Exceptions.
KeyAlreadyExistsError
¶
Bases: ScrubyException
Exception is raised if the key already exists.
Source code in src\scruby\errors.py
KeyNotExistsError
¶
Bases: ScrubyException
Exception is raised If the key is not exists.
Source code in src\scruby\errors.py
MetadataValueError
¶
Bases: ScrubyException
Exception is raised if value of variable in metadata does not matching expected.