Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
func
(ec ErrCode) Error() string {
92
return
ec.String()
93
}
94
95
// Behavior returns the behavior of error code
96
func
(ec ErrCode) Behavior() ErrCode {
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected