MCPcopy
hub / github.com/mayswind/ezbookkeeping / Error

Struct Error

pkg/errs/error.go:51–59  ·  view source on GitHub ↗

Error represents the specific error returned to user

Source from the content-addressed store, hash-verified

49
50// Error represents the specific error returned to user
51type Error struct {
52 Category ErrorCategory
53 SubCategory int32
54 Index int32
55 HttpStatusCode int
56 Message string
57 BaseError []error
58 Context any
59}
60
61type MultiErrors struct {
62 errors []error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected