Searched defs:InternalError (Results 1 – 9 of 9) sorted by relevance
28 class InternalError(Exception): class
102 class InternalError(BaseError): class
211 InternalError = Status("INTERNAL_ERROR") const
18 InternalError: 'SocksClient internal error (this should not happen)', property
104 PyObject* InternalError; member
19 InternalError: string; constant
339 Status InternalError(absl::string_view message) { in InternalError() function
340 Status InternalError(absl::string_view message) { in InternalError() function
5819 class InternalError(Exception): class