Searched refs:ErrorObject (Results 1 – 4 of 4) sorted by relevance
11 constructor(errors: Array<ajv.ErrorObject>);14 errors: Array<ajv.ErrorObject>;138 errorsText(errors?: Array<ErrorObject> | null, options?: ErrorsTextOptions): string;139 errors?: Array<ErrorObject> | null;158 errors?: null | Array<ErrorObject>;290 errors?: Array<ErrorObject>;298 interface ErrorObject { interface
19 static PyObject *ErrorObject; variable365 if (ErrorObject == NULL) { in xx_exec()366 ErrorObject = PyErr_NewException("xx.error", NULL, NULL); in xx_exec()367 if (ErrorObject == NULL) in xx_exec()370 Py_INCREF(ErrorObject); in xx_exec()371 PyModule_AddObject(m, "error", ErrorObject); in xx_exec()
14 static PyObject *ErrorObject; variable256 if (ErrorObject == NULL) { in xx_modexec()257 ErrorObject = PyErr_NewException("xxlimited.error", NULL, NULL); in xx_modexec()258 if (ErrorObject == NULL) in xx_modexec()261 Py_INCREF(ErrorObject); in xx_modexec()262 PyModule_AddObject(m, "error", ErrorObject); in xx_modexec()
2414 Modules/pyexpat.c - ErrorObject -2419 Modules/xxlimited.c - ErrorObject -2420 Modules/xxmodule.c - ErrorObject -