MCPcopy
hub / github.com/SpecterOps/BloodHound / Error

Method Error

cmd/api/src/utils/error.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (s Errors) Error() string {
41 return strings.Join(s.AsStringSlice(), "; ")
42}
43
44// SwitchCase is a helper function to change string case.
45// This was originally charted out to be used for formatting error responses

Calls 1

AsStringSliceMethod · 0.95