fractal.errors#

A module containing custom exceptions for the Fractal database library.

copyright
  1. 2025-present Sougata Jana

license

MIT, see LICENSE for more details.

exception fractal.errors.CollectionNotFound[source]#

Bases: Exception

Exception raised when a collection is not found in the database.

exception fractal.errors.RecordNotFound[source]#

Bases: Exception

Exception raised when a record is not found in the collection.

Indices and tables#