Searched defs:CallError (Results 1 – 4 of 4) sorted by relevance
75 type CallError struct { struct76 Detail string77 Code int3279 Timeout bool82 func (e *CallError) Error() string {103 func (e *CallError) IsTimeout() bool {
28 internal enum CallError enum
24 CallError = GRPC::Core::CallError constant
83 class CallError: class