const google.golang.org/grpc/codes.Internal
57 uses
google.golang.org/grpc/codes (current package)
code_string.go#L51: case Internal:
codes.go#L168: Internal Code = 13
codes.go#L212: `"INTERNAL"`: Internal,
google.golang.org/grpc
preloader.go#L41: return status.Errorf(codes.Internal, "grpc: unable to get rpcInfo")
preloader.go#L46: return status.Errorf(codes.Internal, "grpc: rpcInfo.preloaderInfo is nil")
preloader.go#L49: return status.Errorf(codes.Internal, "grpc: rpcInfo.preloaderInfo.codec is nil")
rpc_util.go#L540: return nil, status.Errorf(codes.Internal, "grpc: error while marshaling: %v", err.Error())
rpc_util.go#L557: return status.Errorf(codes.Internal, "grpc: error while compressing: %v", err.Error())
rpc_util.go#L617: return status.New(codes.Internal, "grpc: compressed flag set with identity or empty encoding")
rpc_util.go#L623: return status.Newf(codes.Internal, "grpc: received unexpected payload format %d", pf)
rpc_util.go#L657: return nil, status.Errorf(codes.Internal, "grpc: failed to decompress the received message %v", err)
rpc_util.go#L707: return status.Errorf(codes.Internal, "grpc: failed to unmarshal the received message %v", err)
rpc_util.go#L780: return status.Error(codes.Internal, err.Error())
rpc_util.go#L815: return status.Errorf(codes.Internal, "no codec registered for content-subtype %s", c.contentSubtype)
server.go#L1172: return status.Errorf(codes.Internal, "grpc: error unmarshalling request: %v", err)
server.go#L1708: return status.Errorf(codes.Internal, "grpc: failed to fetch the stream from the context %v", ctx)
server.go#L1718: return status.Errorf(codes.Internal, "grpc: failed to fetch the stream from the context %v", ctx)
server.go#L1734: return status.Errorf(codes.Internal, "grpc: failed to fetch the stream from the context %v", ctx)
stream.go#L223: return nil, status.Errorf(codes.Internal, "grpc: Compressor is not installed for requested grpc-encoding %q", ct)
stream.go#L715: return status.Errorf(codes.Internal, "SendMsg called after CloseSend")
stream.go#L1067: return nil, status.Errorf(codes.Internal, "grpc: Compressor is not installed for requested grpc-encoding %q", ct)
stream.go#L1184: return status.Errorf(codes.Internal, "SendMsg called after CloseSend")
stream.go#L1504: err = status.Errorf(codes.Internal, io.ErrUnexpectedEOF.Error())
google.golang.org/grpc/internal/transport
handler_server.go#L82: return nil, status.Errorf(codes.Internal, "malformed time-out: %v", err)
handler_server.go#L100: return nil, status.Errorf(codes.Internal, "malformed binary metadata: %v", err)
http2_client.go#L557: return nil, status.Errorf(codes.Internal, "transport: %v", err)
http2_client.go#L671: hdrListSizeErr = status.Errorf(codes.Internal, "header list size to send violates the maximum size (%d bytes) set by server", *t.maxSendHeaderListSize)
http2_client.go#L983: t.closeStream(s, io.EOF, true, http2.ErrCodeFlowControl, status.New(codes.Internal, err.Error()), nil, false)
http2_client.go#L1004: t.closeStream(s, io.EOF, false, http2.ErrCodeNo, status.New(codes.Internal, "server closed the stream without sending trailers"), nil, true)
http2_client.go#L1201: st := status.New(codes.Internal, "a HEADERS frame cannot appear in the middle of a stream")
http2_server.go#L917: return status.Errorf(codes.Internal, "transport: %v", err)
http_util.go#L61: http2.ErrCodeNo: codes.Internal,
http_util.go#L62: http2.ErrCodeProtocol: codes.Internal,
http_util.go#L63: http2.ErrCodeInternal: codes.Internal,
http_util.go#L65: http2.ErrCodeSettingsTimeout: codes.Internal,
http_util.go#L66: http2.ErrCodeStreamClosed: codes.Internal,
http_util.go#L67: http2.ErrCodeFrameSize: codes.Internal,
http_util.go#L70: http2.ErrCodeCompression: codes.Internal,
http_util.go#L71: http2.ErrCodeConnect: codes.Internal,
http_util.go#L74: http2.ErrCodeHTTP11Required: codes.Internal,
http_util.go#L77: codes.Internal: http2.ErrCodeInternal,
http_util.go#L86: http.StatusBadRequest: codes.Internal,
http_util.go#L229: return status.Error(codes.Internal, "peer header list size exceeded limit")
http_util.go#L262: code = codes.Internal // when header does not include HTTP status, return INTERNAL
http_util.go#L323: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-status: %v", err)
http_util.go#L332: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-status-details-bin: %v", err)
http_util.go#L337: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-status-details-bin: %v", err)
http_util.go#L345: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed time-out: %v", err)
http_util.go#L352: d.data.httpErr = status.Errorf(codes.Internal, "transport: malformed http-status: %v", err)
http_util.go#L359: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-tags-bin: %v", err)
http_util.go#L367: d.data.grpcErr = status.Errorf(codes.Internal, "transport: malformed grpc-trace-bin: %v", err)
transport.go#L803: return status.Errorf(codes.Internal, "Unexpected error from context packet: %v", err)
cloud.google.com/go/logging/apiv2
config_client.go#L64: codes.Internal,
logging_client.go#L60: codes.Internal,
metrics_client.go#L59: codes.Internal,
go.opencensus.io/plugin/ocgrpc
stats_common.go#L203: case codes.Internal:
trace_common.go#L102: span.SetStatus(trace.Status{Code: int32(codes.Internal), Message: rs.Error.Error()})
 |
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. |