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

Method Messages

backend/core/errors/errors.go:29–29  ·  view source on GitHub ↗

Messages the message associated with this Error.

()

Source from the content-addressed store, hash-verified

27 requiredSupertype
28 // Messages the message associated with this Error.
29 Messages() Messages
30 // GetType gets the Type of this error
31 GetType() *Type
32 // As Attempts to cast this Error to the requested Type, and returns nil if it can't.

Callers 8

RunTaskFunction · 0.65
TestCrdbErrorImplFunction · 0.65
runPipelineFunction · 0.65
ApiOutputErrorFunction · 0.65
ApiOutputAbortFunction · 0.65

Implementers 1

crdbErrorImplbackend/core/errors/crdb_impl.go

Calls

no outgoing calls

Tested by 2

TestCrdbErrorImplFunction · 0.52