text_lint.exceptions.schema

Exceptions for the linter schema.

Exceptions

LookupExpressionInvalid

Raised when a malformed lookup expression is found in the schema.

LookupExpressionInvalidDuplicatePositional

Raised when a positional lookup is used twice in an expression.

LookupExpressionInvalidSequence

Raised when a positional lookup is used after a transformation lookup.

SchemaError(description, schema[, ...])

Raised when a misconfiguration is found in the schema.

SchemaExceptionBase

Base class for schema exceptions.

SequenceInvalid

Raised when a misconfigured sequence control is found in the schema.

UnsupportedSchemaVersion()

Raised when a schema with an unsupported version is read.