neuralib.persistence.persistence.AutoIncFieldNotResolvedError

exception neuralib.persistence.persistence.AutoIncFieldNotResolvedError[source]

Bases: RuntimeError

Raised 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)