MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / Error

Method Error

meta/error.go:91–93  ·  view source on GitHub ↗

Error implement error interface

()

Source from the content-addressed store, hash-verified

89
90// Error implement error interface
91func (ec ErrCode) Error() string {
92 return ec.String()
93}
94
95// Behavior returns the behavior of error code
96func (ec ErrCode) Behavior() ErrCode {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected