const google.golang.org/grpc/codes.PermissionDenied
9 uses
google.golang.org/grpc/codes (current package)
code_string.go#L39: case PermissionDenied:
codes.go#L90: PermissionDenied Code = 7
codes.go#L206: `"PERMISSION_DENIED"`: PermissionDenied,
google.golang.org/grpc/credentials/alts
utils.go#L155: return status.Newf(codes.PermissionDenied, "The context is not an ALTS-compatible context: %v", err).Err()
utils.go#L162: return status.Newf(codes.PermissionDenied, "Client %v is not authorized", authInfo.PeerServiceAccount()).Err()
google.golang.org/grpc/internal/transport
http_util.go#L73: http2.ErrCodeInadequateSecurity: codes.PermissionDenied,
http_util.go#L81: codes.PermissionDenied: http2.ErrCodeInadequateSecurity,
http_util.go#L90: http.StatusForbidden: codes.PermissionDenied,
go.opencensus.io/plugin/ocgrpc
stats_common.go#L191: case codes.PermissionDenied:
![]() |
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. |