data_designer.interface.errors
data_designer.interface.errors
data_designer.interface.errors
Bases: data_designer.errors.DataDesignerError
Raised for errors related to a Data Designer dataset profiling.
Initialization:
Initialize self. See help(type(self)) for accurate signature.
Bases: data_designer.errors.DataDesignerError
Raised for errors related to a Data Designer dataset generation.
Initialization:
Initialize self. See help(type(self)) for accurate signature.
Bases: data_designer.interface.errors.DataDesignerGenerationError
Raised when a run terminated via early shutdown and produced no records.
Subclass of DataDesignerGenerationError so existing handlers still catch
it; callers that want to distinguish the early-shutdown case (e.g. to retry
with a different model alias or surface a degraded-provider message to the
user) can catch this specific type.
Initialization:
Initialize self. See help(type(self)) for accurate signature.
Bases: data_designer.errors.DataDesignerError
Raised for errors related to an invalid buffer value.
Initialization:
Initialize self. See help(type(self)) for accurate signature.