nibcq.errors.BCQError
- exception nibcq.errors.BCQError(code: int, message: str)
Bases:
ExceptionBase class for all custom exceptions in the nibcq module.
Note
Prefer using a specific BCQ error subclass if available. Use this base class only for general or uncategorized BCQ errors.
Example
>>> raise BCQError(5004, "SMU Channels were not provided in ascending order.")