MCPcopy Create free account
hub / github.com/dolanor/rip / Error

Method Error

error.go:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func (e Error) Error() string {
120 return fmt.Sprintf("%d - %s - %s", e.Code, e.Detail, e.Source)
121}
122
123func writeError(w http.ResponseWriter, accept string, err error, options *RouteOptions) {
124 var e Error

Callers 8

NewRouterFunction · 0.45
headerChoicesFunction · 0.45
handleSwaggerUIFunction · 0.45
updateFieldInEntityFunction · 0.45
updatePathIDFunction · 0.45
writeErrorFunction · 0.45
ErrorMethod · 0.45

Calls

no outgoing calls

Tested by 1