Exceptions
Custom exceptions for the LangChain MemVid package.
- exception langchain_memvid.exceptions.EncodingError[source]
Bases:
MemVidError
Raised when there is an error during the encoding process.
- exception langchain_memvid.exceptions.MemVidError[source]
Bases:
Exception
Base exception class for all LangChain MemVid-related errors.
- exception langchain_memvid.exceptions.MemVidIndexError[source]
Bases:
MemVidError
Raised when there is an error with the index operations.
- exception langchain_memvid.exceptions.QRCodeError[source]
Bases:
MemVidError
Raised when there is an error with QR code generation or decoding.
- exception langchain_memvid.exceptions.RetrievalError[source]
Bases:
MemVidError
Raised when there is an error during the retrieval process.
- exception langchain_memvid.exceptions.VideoProcessingError[source]
Bases:
MemVidError
Raised when there is an error during video processing.