Errors¶
Exception classes
Exception classes for the DataJoint library.
This module defines the exception hierarchy for DataJoint errors.
DataJointError ¶
Bases: Exception
Base class for errors specific to DataJoint internal operation.
suggest ¶
suggest(*args)
Regenerate the exception with additional arguments.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
*args
|
object
|
Additional arguments to append to the exception. |
()
|
Returns:
| Type | Description |
|---|---|
DataJointError
|
A new exception of the same type with the additional arguments. |