Home
last modified time | relevance | path

Searched refs:error_kind (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py53 error_kind = face.Abortion.Kind.LOCAL_FAILURE if pair is None else pair[0]
54 return face.Abortion(error_kind, rpc_error_call.initial_metadata(),
/external/libcxx/src/filesystem/
Doperations.cpp950 errc error_kind = in __file_size() local
953 m_ec = make_error_code(error_kind); in __file_size()