MCPcopy
hub / github.com/koderover/zadig / Code

Method Code

pkg/tool/errors/errors.go:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24// IHTTPError ...
25type IHTTPError interface {
26 Code() int
27 Error() string
28 Message() string
29 Desc() string

Callers 15

getWorkItemInfoFunction · 0.65
GetLarkWorkitemTypeFunction · 0.65
GetLarkWorkitemTypeNodesFunction · 0.65
GetLarkWorkitemWorkflowFunction · 0.65
RunMethod · 0.65

Implementers 1

HTTPErrorpkg/tool/errors/errors.go

Calls

no outgoing calls

Tested by

no test coverage detected