error
¤
Classes:
-
DeeplyNestedStructureError
–Exception raised when encountering unsupported deeply nested structures.
-
FlureeSelectError
–Base exception for Fluree select query building errors.
-
InvalidFieldTypeError
–Exception raised when encountering an invalid field type.
-
MissingIdFieldError
–Exception raised when a model is missing a required 'id' field.
-
ModelConfigError
–Exception raised when there's an issue with the model configuration.
-
TypeProcessingError
–Exception raised when there's an error processing a type.
DeeplyNestedStructureError
¤
Bases: FlureeSelectError
Exception raised when encountering unsupported deeply nested structures.
InvalidFieldTypeError
¤
Bases: FlureeSelectError
Exception raised when encountering an invalid field type.
MissingIdFieldError
¤
Bases: FlureeSelectError
Exception raised when a model is missing a required 'id' field.
ModelConfigError
¤
Bases: FlureeSelectError
Exception raised when there's an issue with the model configuration.
TypeProcessingError
¤
Bases: FlureeSelectError
Exception raised when there's an error processing a type.