Searched defs:type_error (Results 1 – 5 of 5) sorted by relevance
258 class type_error : public exception class269 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in nlohmann::detail::type_error
15 type_error (SoupMessage *msg, GType expected, GValueArray *params, int bad_value) in type_error() function
19 type_error(const char *msg, PyObject *obj) in type_error() function
257 using type_error = detail::type_error; typedef in nlohmann::basic_json
2564 class type_error : public exception class2575 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in nlohmann::detail::type_error16745 using type_error = detail::type_error; typedef in nlohmann::basic_json