MCPcopy 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
83func (e *NewAPIError) GetErrorCode() ErrorCode {
84 if e == nil {
85 return ""
86 }
87 return e.errorCode
88}
89
90func (e *NewAPIError) Error() string {
91 if e == nil {

Callers 1

relayHandlerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected