exceptions module
- genie.metaparser.util.exceptions.log = <Logger genie.metaparser.util.exceptions (NOTSET)>
Errors related to utils module
- exception genie.metaparser.util.exceptions.SchemaError
Bases:
Exception
Error during Schema validation.
- joinPath(path)
- exception genie.metaparser.util.exceptions.SchemaMissingKeyError(path, keys, command='')
Bases:
genie.metaparser.util.exceptions.SchemaError
- format(path, keys, command='')
- exception genie.metaparser.util.exceptions.SchemaTypeError(path, schema, data, detail=None, command='')
Bases:
genie.metaparser.util.exceptions.SchemaError
- format(path, schema, data, detail, command='')
- exception genie.metaparser.util.exceptions.SchemaValueError(path, schema, data, detail=None, command='')
Bases:
genie.metaparser.util.exceptions.SchemaError
- format(path, schema, data, detail=None, command='')
- exception genie.metaparser.util.exceptions.SchemaUnsupportedKeyError(path, keys, command='')
Bases:
genie.metaparser.util.exceptions.SchemaError
- format(path, keys, command='')
- exception genie.metaparser.util.exceptions.SchemaClassError(path, cls, data, detail=None, command='')
Bases:
genie.metaparser.util.exceptions.SchemaError
- format(path, cls, data, detail, command='')
- exception genie.metaparser.util.exceptions.SchemaFallbackError(path, data, command='')
Bases:
genie.metaparser.util.exceptions.SchemaError
- format(path, data, command='')
- exception genie.metaparser.util.exceptions.SchemaFallbackLoopError(a, b, command='')
Bases:
genie.metaparser.util.exceptions.SchemaError
- format(a, b, command='')
- exception genie.metaparser.util.exceptions.SchemaFallbackCall(path, diff_context_retry, command='')
- exception genie.metaparser.util.exceptions.SchemaEmptyParserError(data, command='')
Bases:
Exception
- exception genie.metaparser.util.exceptions.ParseSelectedKeysException
Bases:
Exception
- exception genie.metaparser.util.exceptions.InvalidCommandError(command='')
Bases:
Exception
Error during invalid command execution