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

Interface Codes

common/ecode/ecode.go:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type Codes interface {
56 Error() string
57 Code() int
58 Message() string
59 Detail() string
60 LocalizedMessage(lang string) string
61 StatusCode() int
62}
63
64func (e Code) Detail() string {
65 if m, ok := _messages[e.Code()]; ok {

Callers 26

SetupSettingFunction · 0.65
SetupTestSettingFunction · 0.65
SyncMethod · 0.65
ExportGroupChatListMethod · 0.65
PrettifySheetMethod · 0.65
SendMassMsgFunction · 0.65
isNoCustomerErrMethod · 0.65
ResponseErrFunction · 0.65
ResponseErrorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…