Skip to content

Navigation Menu

Sign in
Appearance settings

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

Appearance settings

sofien-chaouch/grpc-errors

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Errors - A handy guide to gRPC errors.

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

Check the hello.proto file to see the gRPC method definitions. It has two methods SayHello and SayHelloStrict:

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 basic tutorials.

Guide

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

System Requirements

License

The mighty MIT license. Please check LICENSE 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%
  • Ruby 20.6%
  • Objective-C 7.0%
  • Python 6.6%
  • Swift 6.0%
  • Scala 5.5%
  • Other 16.3%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.