Update __init__.py
This commit is contained in:
parent
ed555a731d
commit
0555dd9dda
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
Custom exceptions for the Cognee API.
|
Custom exceptions for the Cognee API.
|
||||||
|
|
||||||
This module defines a set of exceptions for handling various application errors,
|
This module defines a set of exceptions for handling various application errors,
|
||||||
such as service failures, resource conflicts, and invalid operations.
|
such as System, Validation, Configuration or TransientErrors
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from .exceptions import (
|
from .exceptions import (
|
||||||
|
|
@ -10,4 +10,5 @@ from .exceptions import (
|
||||||
CogneeSystemError,
|
CogneeSystemError,
|
||||||
CogneeValidationError,
|
CogneeValidationError,
|
||||||
CogneeConfigurationError,
|
CogneeConfigurationError,
|
||||||
|
CogneeTransientError,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue