MCPcopy Create free account
hub / github.com/openscrm/api-server / Code

Method Code

common/ecode/ecode.go:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55type Codes interface {
56 Error() string
57 Code() int
58 Message() string
59 Detail() string
60 LocalizedMessage(lang string) string

Callers 13

isNoCustomerErrMethod · 0.65
ResponseErrFunction · 0.65
ResponseErrorMethod · 0.65
initFunction · 0.65
initFunction · 0.65
Example_ecode_CodeFunction · 0.65
ExampleFunction · 0.65
codes.goFile · 0.65
TestErrMessageFunction · 0.65
StatusCodeMethod · 0.65
EqualFunction · 0.65

Calls

no outgoing calls

Tested by 3

Example_ecode_CodeFunction · 0.52
ExampleFunction · 0.52
TestErrMessageFunction · 0.52