neuralib.persistence.persistence.AutoIncFieldNotResolvedError
- exception neuralib.persistence.persistence.AutoIncFieldNotResolvedError[source]
Bases:
RuntimeErrorRaised when a persistence’s autoinc field is not resolved, and it is unable to do following operations.
- __init__(instance, field, message=None)[source]
- Parameters:
field (str | PersistentField)
message (str | None)
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.