MCPcopy 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
101func (e *NewAPIError) SetMessage(message string) {
102 e.Err = errors.New(message)
103}
104
105func (e *NewAPIError) ToOpenAIError() OpenAIError {
106 switch e.ErrorType {

Callers 3

RelayFunction · 0.95
WssRelayFunction · 0.95
RelayClaudeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected