MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / Error

Method Error

runtime/errors.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (e *HTTPStatusError) Error() string {
31 return e.Err.Error()
32}
33
34// HTTPStatusFromCode converts a gRPC error code into the corresponding HTTP response status.
35// See: https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto

Calls

no outgoing calls