kp exception


exception kp.ApiKPException(api_return_code, function_name, result=None)

This class represents an Exception thrown when a KneronPLUS API returns error code.

with_traceback()

Exception.with_traceback(tb) – set self.traceback to tb and return self.