furax.exceptions Classes: StructureError – Raised when the PyTree has an invalid structure. furax.exceptions.StructureError Bases: TypeError Raised when the PyTree has an invalid structure. Source code in src/furax/exceptions.py 1 2class StructureError(TypeError): """Raised when the PyTree has an invalid structure."""