grpc-go/codes
Kane York 34053813f1
codes: document which error codes can be returned by the framework (#3699)
This commit essentially copies the information from the second section of the gRPC core
documentation about status codes at
https://grpc.github.io/grpc/core/md_doc_statuscodes.html
into the Go documentation of the status codes, to increase visibility.
2020-07-09 13:32:33 -07:00
..
code_string.go Optimize codes.String() method using a switch instead of a slice of indexes (#1712) 2017-12-06 10:50:43 -08:00
codes.go codes: document which error codes can be returned by the framework (#3699) 2020-07-09 13:32:33 -07:00
codes_test.go Modified tests to use tlogger. (#3343) 2020-02-06 13:03:20 -08:00