MCPcopy
hub / github.com/apache/devlake / crdbErrorImpl

Struct crdbErrorImpl

backend/core/errors/crdb_impl.go:32–38  ·  view source on GitHub ↗

TODO move this to impl/

Source from the content-addressed store, hash-verified

30
31type (
32 crdbErrorImpl struct {
33 wrappedRaw error
34 wrapped *crdbErrorImpl
35 msg *errMessage
36 data interface{}
37 t *Type
38 }
39)
40
41var enableStacktraces = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected