Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/QuantumNous/new-api
/ GetErrorType
Method
GetErrorType
types/error.go:116–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
func
(e *NewAPIError) GetErrorType() ErrorType {
117
if
e == nil {
118
return
""
119
}
120
return
e.errorType
121
}
122
123
func
(e *NewAPIError) Error() string {
124
if
e == nil {
Callers
2
processChannelError
Function · 0.80
BuildParamOverrideContext
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected