MCPcopy
hub / github.com/opencloud-eu/opencloud / Error

Struct Error

services/graph/pkg/errorcode/errorcode.go:16–20  ·  view source on GitHub ↗

Error defines a custom error struct, containing and MS Graph error code and a textual error message

Source from the content-addressed store, hash-verified

14
15// Error defines a custom error struct, containing and MS Graph error code and a textual error message
16type Error struct {
17 errorCode ErrorCode
18 msg string
19 origin ErrorOrigin
20}
21
22// ErrorOrigin gives information about where the error originated
23type ErrorOrigin int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected