Searched refs:error_object (Results 1 – 9 of 9) sorted by relevance
34 error_object = error_class.new37 expect(error_object.code).to eq(status_code)40 expect(error_object.details).to eq('unknown cause')41 expect(error_object.metadata).to eq({})
403 error_object = error_class(*args)404 logging.error(error_object)409 raise error_object
145 PyObject *error_object = NULL; in _CallPythonObject() local219 error_object = _ctypes_get_errobj(&space); in _CallPythonObject()220 if (error_object == NULL) in _CallPythonObject()254 Py_XDECREF(error_object); in _CallPythonObject()
825 PyObject *error_object = NULL; in _call_function_pointer() local912 error_object = _ctypes_get_errobj(&space); in _call_function_pointer()913 if (error_object == NULL) in _call_function_pointer()955 Py_XDECREF(error_object); in _call_function_pointer()
219 PyObject *error_object = NULL; in _CallPythonObject() local298 error_object = _ctypes_get_errobj(&space); in _CallPythonObject()299 if (error_object == NULL) in _CallPythonObject()330 Py_XDECREF(error_object); in _CallPythonObject()
783 PyObject *error_object = NULL; in _call_function_pointer() local817 error_object = _ctypes_get_errobj(&space); in _call_function_pointer()818 if (error_object == NULL) in _call_function_pointer()865 Py_XDECREF(error_object); in _call_function_pointer()
27 @error_object = external global %struct.ref_s.1.49.91.115.121.139.145.151.157.163.169.175.181.211, …
76 static void error_object(_cups_ps_obj_t *obj);758 error_object(_cups_ps_obj_t *obj) /* I - Object to add */ in error_object() function863 error_object(obj); in error_stack()