Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A handy guide to gRPC errors

License

NotificationsYou must be signed in to change notification settings

parauliya/grpc-errors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains code examples in different languages which demonstrate handling errors in gRPC.

Check thehello.proto file to see the gRPC method definitions. It has two methodsSayHello andSayHelloStrict:

func SayHello(name) {    return "Hey, (name)!"}

SayHelloStrict is similar, but throws an error if the length of name is more than 10 characters.

Each language directories have instructions to generate gRPC methods in respective languages. I assume that you have done the basictutorials.

Guide

Check this page for quick guide and examples of all languages -gRPC Errors

System Requirements

License

The mighty MIT license. Please checkLICENSE for more details.

About

A handy guide to gRPC errors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C#38.0%
  • Ruby20.6%
  • Objective-C7.0%
  • Python6.6%
  • Swift6.0%
  • Scala5.5%
  • Other16.3%

[8]ページ先頭

©2009-2025 Movatter.jp