Skip to content

Exceptions

freezeframe.exceptions.FrozenFrameError

Bases: Exception

Raised when a mutation is attempted on an immutable FrozenFrame.

freezeframe.exceptions.SchemaValidationError

Bases: Exception

Raised when data provided at construction does not match the declared schema.