Searched refs:new_status_exception (Results 1 – 8 of 8) sorted by relevance
44 raise GRPC::BadStatus.new_status_exception(CANCELLED)48 …raise GRPC::BadStatus.new_status_exception(ABORTED, details = 'arbitrary', metadata = {somekey: 'v…
45 from_factory = GRPC::BadStatus.new_status_exception(status_code)
61 exception = GRPC::BadStatus.new_status_exception(code)
40 fail GRPC::BadStatus.new_status_exception(StatusCodes::NOT_FOUND)
100 fail GRPC::BadStatus.new_status_exception(
29 fail GRPC::BadStatus.new_status_exception(
133 fail GRPC::BadStatus.new_status_exception(
77 def self.new_status_exception(code, singletonMethod in GRPC.BadStatus