MCPcopy
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
116func (e *NewAPIError) GetErrorType() ErrorType {
117 if e == nil {
118 return ""
119 }
120 return e.errorType
121}
122
123func (e *NewAPIError) Error() string {
124 if e == nil {

Callers 2

processChannelErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected