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

Method ErrorSourcePointer

error.go:116–116  ·  view source on GitHub ↗

ErrorSourcePointer returns the data field name that is creating the error. e.g.: "OwnerID" for a type Asset struct { OwnerID int }

()

Source from the content-addressed store, hash-verified

114 // OwnerID int
115 // }
116 ErrorSourcePointer() string
117}
118
119func (e Error) Error() string {

Callers 1

extractErrorSourceFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected