const google.golang.org/grpc/codes.Aborted
5 uses
google.golang.org/grpc/codes (current package)
code_string.go#L45: case Aborted:
codes.go#L131: Aborted Code = 10
codes.go#L209: `"ABORTED"`: Aborted,
cloud.google.com/go/profiler
profiler.go#L305: if st != nil && st.Code() == codes.Aborted {
go.opencensus.io/plugin/ocgrpc
stats_common.go#L197: case codes.Aborted:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |