MCPcopy Index your code
hub / github.com/cubefs/cubefs / SetResponseErrorMessage

Function SetResponseErrorMessage

objectnode/api_context.go:68–70  ·  view source on GitHub ↗
(r *http.Request, message string)

Source from the content-addressed store, hash-verified

66}
67
68func SetResponseErrorMessage(r *http.Request, message string) {
69 mux.Vars(r)[ContextKeyErrorMessage] = message
70}
71
72func getResponseErrorMessage(r *http.Request) string {
73 return mux.Vars(r)[ContextKeyErrorMessage]

Callers 1

ServeResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected