cuvs.common.exceptions#
1 min read time
Applies to Linux
Exceptions#
Common base class for all non-exit exceptions. |
Functions#
|
check_cuvs(cuvsError_t status: cuvsError_t) |
get_last_error_text() |
Module Contents#
- exception cuvs.common.exceptions.CuvsException#
Bases:
ExceptionCommon base class for all non-exit exceptions.
- cuvs.common.exceptions.check_cuvs(status: cuvsError_t)#
- check_cuvs(cuvsError_t status: cuvsError_t)
Converts a status code into an exception
- cuvs.common.exceptions.get_last_error_text()#
- get_last_error_text()
returns the last error description from the cuvs c-api