MCPcopy Create free account
hub / github.com/cockroachdb/errors / GetAllSafeDetails

Function GetAllSafeDetails

errbase_api.go:53–53  ·  view source on GitHub ↗

GetAllSafeDetails collects the safe details from the given error object and all its causes. The details are collected from outermost to innermost level of cause.

(err error)

Source from the content-addressed store, hash-verified

51// and all its causes.
52// The details are collected from outermost to innermost level of cause.
53func GetAllSafeDetails(err error) []SafeDetailPayload { return errbase.GetAllSafeDetails(err) }
54
55// GetSafeDetails collects the safe details from the given error
56// object. If it is a wrapper, only the details from the wrapper are

Callers 1

Calls 1

GetAllSafeDetailsFunction · 0.92

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…