Skip to content

ConfigCloseError

relationalai.config.errors.exceptions
ConfigCloseError(errors: list[Exception])

Raised when one or more configured connections fail to close.

Parameters

  • errors

    (list[Exception]) - The underlying connection close failures.

Attributes

.errors

ConfigCloseError.errors: tuple[Exception, ...]

The underlying connection close failures.

Inheritance Hierarchy

ConfigCloseErrorConfigErrorbuiltins.Exception