MCPcopy Create free account
hub / github.com/containerd/ttrpc / Error

Method Error

errors.go:63–65  ·  view source on GitHub ↗

Error returns the error message for the corresponding grpc Status for the error.

()

Source from the content-addressed store, hash-verified

61
62// Error returns the error message for the corresponding grpc Status for the error.
63func (e *OversizedMessageErr) Error() string {
64 return e.err.Error()
65}
66
67// Unwrap returns the corresponding error with our grpc status code.
68func (e *OversizedMessageErr) Unwrap() error {

Callers 15

ServeMethod · 0.80
runMethod · 0.80
TestMetadataGetFunction · 0.80
TestMetadataUnsetFunction · 0.80
TestMetadataReplaceFunction · 0.80
TestMetadataAppendFunction · 0.80
TestMetadataContextFunction · 0.80
TestMetadataCloneFunction · 0.80
unaryCallMethod · 0.80
streamCallMethod · 0.80

Calls

no outgoing calls

Tested by 9

TestMetadataGetFunction · 0.64
TestMetadataUnsetFunction · 0.64
TestMetadataReplaceFunction · 0.64
TestMetadataAppendFunction · 0.64
TestMetadataContextFunction · 0.64
TestMetadataCloneFunction · 0.64
runServiceFunction · 0.64