MCPcopy
hub / github.com/OpenNHP/opennhp / ErrorCode

Method ErrorCode

nhp/core/device.go:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36type NhpError interface {
37 Error() string
38 ErrorCode() string
39 ErrorNumber() int
40}
41

Callers 15

ErrorToErrorCodeFunction · 0.65
HandleKnockRequestMethod · 0.65
processACOperationMethod · 0.65
handleNhpOpenResourceMethod · 0.65
HandleRegisterRequestMethod · 0.65
HandleListRequestMethod · 0.65
HandleACOnlineMethod · 0.65
HandleDBOnlineMethod · 0.65
KnockMethod · 0.65

Implementers 2

Errornhp/core/errors.go
Errornhp/common/errors.go

Calls

no outgoing calls

Tested by

no test coverage detected