Exceptions¶
The Hazy exceptions are raised when a runtime error occurs during training or generation.
HazySynthException
¶
The base class for all exceptions raised by a synth where it is necessary, for error reporting purposes, to capture the given configuration and image metadata.
The synth entry points have special handling for this exception (and its subclasses), which will augment it with extra runtime information if and when available.
HazySynthSchemaError
¶
Raised when there is an inconsistency between the schema of the source data provided and that which is defined in the given configuration.
HazySynthRemoteIOError
¶
This exception is raised when an I/O operation fails unexpectedly during interaction with a remote storage medium.
HazyLicensingError
¶
This exception is raised when it is detected that a Hazy configuration (training or generation) includes a feature that is not included in the license contracted.
HazyStringFormatError
¶
Raised when an untrusted format string is provided to the synthesiser through configuration.
HazySynthConfigurationError
¶
Raised when a malformed configuration has been received by the synthesiser.