Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ GetErrorCode
Method
GetErrorCode
types/error.go:83–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
func
(e *NewAPIError) GetErrorCode() ErrorCode {
84
if
e == nil {
85
return
""
86
}
87
return
e.errorCode
88
}
89
90
func
(e *NewAPIError) Error() string {
91
if
e == nil {
Callers
1
relayHandler
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected