Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiprodcoder/MIXAPI
/ SetMessage
Method
SetMessage
types/error.go:101–103 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
99
}
100
101
func
(e *NewAPIError) SetMessage(message string) {
102
e.Err = errors.New(message)
103
}
104
105
func
(e *NewAPIError) ToOpenAIError() OpenAIError {
106
switch
e.ErrorType {
Callers
3
Relay
Function · 0.95
WssRelay
Function · 0.95
RelayClaude
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected