MCPcopy
hub / github.com/gin-gonic/gin / Error

Struct Error

errors.go:32–36  ·  view source on GitHub ↗

Error represents a error's specification.

Source from the content-addressed store, hash-verified

30
31// Error represents a error's specification.
32type Error struct {
33 Err error
34 Type ErrorType
35 Meta any
36}
37
38type errorMsgs []*Error
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected