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