ConfigCloseError
relationalai.config.errors.exceptions
ConfigCloseError(errors: list[Exception])Raised when one or more configured connections fail to close.
Parameters
(errorslist[Exception]) - The underlying connection close failures.
Attributes
.errors
ConfigCloseError.errors: tuple[Exception, ...]The underlying connection close failures.