MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / Error

Method Error

db/functions/js_runner.go:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154}
155
156func (jserr *jsError) Error() string {
157 return fmt.Sprintf("%v (while calling %s %q)", jserr.err, jserr.runnerKind, jserr.runnerName)
158}
159
160func (jserr *jsError) Unwrap() error {
161 return jserr.err

Callers 4

ottoResultFunction · 0.45
assertHTTPErrorFunction · 0.45
convertErrorMethod · 0.45

Calls

no outgoing calls

Tested by 2

assertHTTPErrorFunction · 0.36