Files
letta-server/letta/orm/errors.py
2024-10-23 10:28:00 -07:00

7 lines
225 B
Python

class NoResultFound(Exception):
"""A record or records cannot be found given the provided search params"""
class MalformedIdError(Exception):
"""An id not in the right format, most likely violating uuid4 format."""