MCPcopy
hub / github.com/dapr/dapr / String

Method String

pkg/messages/api_error.go:128–130  ·  view source on GitHub ↗

String returns the string representation, useful for debugging.

()

Source from the content-addressed store, hash-verified

126
127// String returns the string representation, useful for debugging.
128func (e APIError) String() string {
129 return fmt.Sprintf(errStringFormat, e.grpcCode, e.Message())
130}

Callers 1

ErrorMethod · 0.95

Calls 1

MessageMethod · 0.95

Tested by

no test coverage detected