MCPcopy Create free account
hub / github.com/erpc/erpc / HasCode

Method HasCode

common/errors.go:194–194  ·  view source on GitHub ↗
(...ErrorCode)

Source from the content-addressed store, hash-verified

192
193type StandardError interface {
194 HasCode(...ErrorCode) bool
195 CodeChain() string
196 DeepestMessage() string
197 DeepSearch(key string) interface{}

Callers 2

HasCodeMethod · 0.65
HasErrorCodeFunction · 0.65

Implementers 1

BaseErrorcommon/errors.go

Calls

no outgoing calls

Tested by

no test coverage detected