Searched defs:InternalError (Results 1 – 11 of 11) sorted by relevance
110 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError() function in tcu::InternalError115 InternalError::InternalError (const std::string& message, const char* expr, const char* file, int l… in InternalError() function in tcu::InternalError120 InternalError::InternalError (const std::string& message) in InternalError() function in tcu::InternalError
92 class InternalError : public TestException class
36 class InternalError extends BaseError { class
20 class InternalError extends Error { class
211 InternalError = Status("INTERNAL_ERROR") const
21 InternalError: 'SocksClient internal error (this should not happen)', property
97 PyObject* InternalError; member
38 PyObject *InternalError; member
339 Status InternalError(absl::string_view message) { in InternalError() function
66 DispatchResponse DispatchResponse::InternalError() { in InternalError() function in v8_crdtp::DispatchResponse
30 TEST(DispatchResponseTest, InternalError) { in TEST() argument