Skip to content

bahalool/grpc-errors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 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%